Color Forest: Color Code Dictionary

List of color code on website and gradation code

You can see where the color code is actually used in the photo. You can find the relevant color code from the color code point in the photo.

#8b0000 darkred

This color is a color that can be used safely on the website, which also has an English name.



Gradation color code


e2bfbf

dcb2b2

d6a5a5

d09999

ca8c8c

c57f7f

bf7272

b96666

b35959

ad4c4c

a83f3f

a23333

9c2626

961919

900c0c

840000

7d0000

760000

6f0000

680000

610000

5a0000

530000

4c0000

450000

3e0000

370000

300000

290000

220000


Similar colors

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


Take a look at photos that use this color code





List of acquiring color codes from photos with one click



CSS creation

				.darkred{
	color : #8b0000;
}
				

Or

.darkred {
color : darkred;
}
				


CSS usage example

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


Write directly in style on HTML

	<span style="color:darkred">
	This color isdarkred.
	</span>
				


Applying CSS
This color isdarkred.



RGB (three primary color) values

R : 139
G : 0
B : 0



Back to top

Color Floresta.