#b22222 firebrick:ホームページで使える色

ホームページで使える色 firebrick
写真をクリックしてカラーコードを取得
グラデーション
似ている色
CSS作成
HTML上にstyleで直接書く
RGBの値

ホームページで使える色 firebrick

この色は、英語名も設定されていて、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">
This color is firebrick.
</span>


CSSの適用
This color is firebrick.



RGBの値

R : 178
G : 34
B : 34






ページトップへ戻る



info@aray.jp