#DC4325

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

Shades of Cinnabar #DC4325

Tints of Cinnabar #DC4325

Color information

#DC4325 (or 0xDC4325) is unknown color: approx Cinnabar. HEX triplet: DC, 43 and 25. RGB value is (220,67,37). Sum of RGB (Red+Green+Blue) = 220+67+37=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 67 (26.56% from 255 or 20.68% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4325 is #23BCDA. Grayscale: #6D6D6D. Windows color (decimal): -2342107 or 2442204. OLE color: 2442204.

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

Color convert

RGB2206737-
CMYK00.700.830.14
HSL9.84º72.33%50.39%-
HSV(B)9.84º83.18%86.27%-
XYZ31.8619.363.81-
YUV109.3387.19206.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 67.90%
GREEN value IS 67 (26.56% from 255) = 20.68%
BLUE value IS 37 (14.84% from 255) = 11.42%
R=67.90%
G=20.68%
B=11.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220673700.700.830.149.8472.3350.39
HexDC432504653Ea4832
Octal334103450106123161211062
Binary110111001000011100101010001101010011111010101001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4325; }

 p { color: rgb(220,67,37); }

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

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

 a { background-color: rgb(220,67,37); }

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

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

 span { border-color: rgb(220,67,37); }

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