#DC4139

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

Shades of Cinnabar #DC4139

Tints of Cinnabar #DC4139

Color information

#DC4139 (or 0xDC4139) is unknown color: approx Cinnabar. HEX triplet: DC, 41 and 39. RGB value is (220,65,57). Sum of RGB (Red+Green+Blue) = 220+65+57=342 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.33% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4139 is #23BEC6. Grayscale: #6E6E6E. Windows color (decimal): -2342599 or 3752412. OLE color: 3752412.

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

Color convert

RGB2206557-
CMYK00.700.740.14
HSL2.94º69.96%54.31%-
HSV(B)2.94º74.09%86.27%-
XYZ32.1419.295.9-
YUV110.4397.85206.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 64.33%
GREEN value IS 65 (25.78% from 255) = 19.01%
BLUE value IS 57 (22.66% from 255) = 16.67%
R=64.33%
G=19.01%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220655700.700.740.142.9469.9654.31
HexDC41390464AE34636
Octal33410171010611216310666
Binary1101110010000011110010100011010010101110111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4139; }

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

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

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

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

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

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

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

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