#DC4239

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

Shades of Cinnabar #DC4239

Tints of Cinnabar #DC4239

Color information

#DC4239 (or 0xDC4239) is unknown color: approx Cinnabar. HEX triplet: DC, 42 and 39. RGB value is (220,66,57). Sum of RGB (Red+Green+Blue) = 220+66+57=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 57 (22.66% from 255 or 16.62% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4239 is #23BDC6. Grayscale: #6F6F6F. Windows color (decimal): -2342343 or 3752668. OLE color: 3752668.

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

Color convert

RGB2206657-
CMYK00.70.740.14
HSL3.31º69.96%54.31%-
HSV(B)3.31º74.09%86.27%-
XYZ32.219.415.92-
YUV111.0297.52205.73-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 64.14%
GREEN value IS 66 (26.17% from 255) = 19.24%
BLUE value IS 57 (22.66% from 255) = 16.62%
R=64.14%
G=19.24%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220665700.70.740.143.3169.9654.31
HexDC42390464AE34636
Octal33410271010611216310666
Binary1101110010000101110010100011010010101110111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4239; }

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

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

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

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

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

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

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

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