彩色森林:顏色代碼字典

網站上的顏色代碼列表和漸變代碼

您可以在照片中查看顏色代碼的實際使用位置。您可以從照片中的顏色代碼點找到相關的顏色代碼。

#b22222 firebrick

此顏色是可以在網站上安全使用的顏色,也有英文名稱。



漸變色代碼


ebc7c7

e7bcbc

e4b1b1

e0a6a6

dc9b9b

d89090

d48585

d07a7a

cc6f6f

c96464

c55959

c14e4e

bd4343

b93838

b52d2d

a92020

a01e1e

971c1c

8e1b1b

851919

7c1717

731616

6a1414

611212

591111

500f0f

470d0d

3e0b0b

350a0a

2c0808


相似的顏色

firebrick
b22222
indianred
cd5c5c
rosybrown
bc8f8f

e9967a

f08080
salmon
fa8072

ffa07a
coral
ff7f50
tomato
ff6347
orangered
ff4500
red
ff0000
crimson
dc143c

c71585
deeppink
ff1493
hotpink
ff69b4


看看使用此顏色代碼的照片





單擊一下從照片中獲取顏色代碼的列表



CSS創建

				.firebrick{
	color : #b22222;
}
				

要么

.firebrick {
color : firebrick;
}
				


CSS用法示例

<span class="firebrick">
This color is firebrick.
</span>
				


在HTML上直接寫樣式

	<span style="color:firebrick">
	這個顏色是firebrick.
	</span>
				


應用CSS
這個顏色是firebrick.



RGB(三原色)值

R : 178
G : 34
B : 34



回到頂部

Color Floresta.