#DC4039

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

Shades of Cinnabar #DC4039

Tints of Cinnabar #DC4039

Color information

#DC4039 (or 0xDC4039) is unknown color: approx Cinnabar. HEX triplet: DC, 40 and 39. RGB value is (220,64,57). Sum of RGB (Red+Green+Blue) = 220+64+57=341 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.52% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 57 (22.66% from 255 or 16.72% from 341); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4039 is #23BFC6. Grayscale: #6E6E6E. Windows color (decimal): -2342855 or 3752156. OLE color: 3752156.

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

Color convert

RGB2206457-
CMYK00.710.740.14
HSL2.58º69.96%54.31%-
HSV(B)2.58º74.09%86.27%-
XYZ32.0919.185.88-
YUV109.8598.18206.57-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 64.52%
GREEN value IS 64 (25.39% from 255) = 18.77%
BLUE value IS 57 (22.66% from 255) = 16.72%
R=64.52%
G=18.77%
B=16.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220645700.710.740.142.5869.9654.31
HexDC40390474AE34636
Octal33410071010711216310666
Binary1101110010000001110010100011110010101110111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4039; }

 p { color: rgb(220,64,57); }

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

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

 a { background-color: rgb(220,64,57); }

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

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

 span { border-color: rgb(220,64,57); }

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