色の森:カラーコードの辞書

WEBで使えるカラーコード一覧と、そのグラデーションコード

カラーコードが、実際に写真の中で使われているところを確認できます。その写真にあるカラーコードのポイントから、関連するカラーコードを探すことができます。

#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上にstyleで直接書く

	<span style="color:firebrick">
	この色は firebrick.
	</span>
				


CSSの適用
この色は firebrick.



RGB(3原色)の値

R : 178
G : 34
B : 34



トップに戻る

Color Floresta.