#DC423E

Color #DC423E Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #DC423E

Tints of Cinnabar #DC423E

Color information

#DC423E (or 0xDC423E) is unknown color: approx Cinnabar. HEX triplet: DC, 42 and 3E. RGB value is (220,66,62). Sum of RGB (Red+Green+Blue) = 220+66+62=348 (46% of max value = 765). Red value is 220 (86.33% from 255 or 63.22% from 348); Green value is 66 (26.17% from 255 or 18.97% from 348); Blue value is 62 (24.61% from 255 or 17.82% from 348); Max value from RGB is 220 - color contains mainly: red. Hex color #DC423E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC423E is #23BDC1. Grayscale: #6F6F6F. Windows color (decimal): -2342338 or 4080348. OLE color: 4080348.

HSL color Cylindrical-coordinate representation of color #DC423E: hue angle of 1.52º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC423E is Cyan = 0, Magento = 0.7, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB2206662-
CMYK00.70.720.14
HSL1.52º69.3%55.29%-
HSV(B)1.52º71.82%86.27%-
XYZ32.3319.466.61-
YUV111.59100.02205.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 220 (86.33% from 255) = 63.22%
GREEN value IS 66 (26.17% from 255) = 18.97%
BLUE value IS 62 (24.61% from 255) = 17.82%
R=63.22%
G=18.97%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.72
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220666200.70.720.141.5269.355.29
HexDC423E04648E24537
Octal33410276010611016210567
Binary1101110010000101111100100011010010001110101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC423E; }

 p { color: rgb(220,66,62); }

 H1.HeaderClassName
 {
   color: #DC423E;
 }
 .AnyTagClassName
 {
   color: #DC423E;
 }
</style>
background-color css

<style>
 a { background-color: #DC423E; }

 a { background-color: rgb(220,66,62); }

 div.DivClassName
 {
   background-color: #DC423E;
 }
 .BgClassName
 {
   background-color: #DC423E;
 }
</style>
border-color css

<style>
 span { border-color: #DC423E; }

 span { border-color: rgb(220,66,62); }

 td.TdClassName
 {
   border-color: #DC423E;
 }
 .TagClassName
 {
   border-color: #DC423E;
 }
</style>