#DC4241

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

Shades of Cinnabar #DC4241

Tints of Cinnabar #DC4241

Color information

#DC4241 (or 0xDC4241) is unknown color: approx Cinnabar. HEX triplet: DC, 42 and 41. RGB value is (220,66,65). Sum of RGB (Red+Green+Blue) = 220+66+65=351 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.68% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 65 (25.78% from 255 or 18.52% from 351); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4241 is #23BDBE. Grayscale: #707070. Windows color (decimal): -2342335 or 4276956. OLE color: 4276956.

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

Color convert

RGB2206665-
CMYK00.70.700.14
HSL0.39º68.89%55.88%-
HSV(B)0.39º70.45%86.27%-
XYZ32.4219.497.06-
YUV111.93101.52205.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 62.68%
GREEN value IS 66 (26.17% from 255) = 18.80%
BLUE value IS 65 (25.78% from 255) = 18.52%
R=62.68%
G=18.80%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220666500.70.700.140.3968.8955.88
HexDC424104646E04538
Octal334102101010610616010570
Binary1101110010000101000001010001101000110111001000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4241; }

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

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

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

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

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

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

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

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