#DC4B39

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

Shades of Cinnabar #DC4B39

Tints of Cinnabar #DC4B39

Color information

#DC4B39 (or 0xDC4B39) is unknown color: approx Cinnabar. HEX triplet: DC, 4B and 39. RGB value is (220,75,57). Sum of RGB (Red+Green+Blue) = 220+75+57=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 75 (29.69% from 255 or 21.31% from 352); Blue value is 57 (22.66% from 255 or 16.19% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4B39 is #23B4C6. Grayscale: #747474. Windows color (decimal): -2340039 or 3754972. OLE color: 3754972.

HSL color Cylindrical-coordinate representation of color #DC4B39: hue angle of 6.63º 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 #DC4B39 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB2207557-
CMYK00.660.740.14
HSL6.63º69.96%54.31%-
HSV(B)6.63º74.09%86.27%-
XYZ32.7720.546.11-
YUV116.394.54201.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 62.5%
GREEN value IS 75 (29.69% from 255) = 21.31%
BLUE value IS 57 (22.66% from 255) = 16.19%
R=62.5%
G=21.31%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220755700.660.740.146.6369.9654.31
HexDC4B390424AE74636
Octal33411371010211216710666
Binary11011100100101111100101000010100101011101111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4B39; }

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

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

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

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

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

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

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

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