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.

#dc143c crimson

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



Gradation color code


f6c4ce

f4b8c4

f2acba

f1a1b1

ef95a7

ed899d

eb7d93

ea728a

e86680

e65a76

e44e6c

e34363

e13759

df2b4f

dd1f45

d11339

c61236

bb1133

b01030

a50f2d

9a0e2a

8f0d27

840c24

790b21

6e0a1e

63091b

580818

4d0715

420612

37050f


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

				.crimson{
	color : #dc143c;
}
				

Or

.crimson {
color : crimson;
}
				


CSS usage example

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


Write directly in style on HTML

	<span style="color:crimson">
	This color iscrimson.
	</span>
				


Applying CSS
This color iscrimson.



RGB (three primary color) values

R : 220
G : 20
B : 60



Back to top

Color Floresta.