#DC4440

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

Shades of Cinnabar #DC4440

Tints of Cinnabar #DC4440

Color information

#DC4440 (or 0xDC4440) is unknown color: approx Cinnabar. HEX triplet: DC, 44 and 40. RGB value is (220,68,64). Sum of RGB (Red+Green+Blue) = 220+68+64=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC4440 is #23BBBF. Grayscale: #717171. Windows color (decimal): -2341824 or 4211932. OLE color: 4211932.

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

Color convert

RGB2206864-
CMYK00.690.710.14
HSL1.54º69.03%55.69%-
HSV(B)1.54º70.91%86.27%-
XYZ32.5119.726.94-
YUV112.99100.36204.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 62.5%
GREEN value IS 68 (26.95% from 255) = 19.32%
BLUE value IS 64 (25.39% from 255) = 18.18%
R=62.5%
G=19.32%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220686400.690.710.141.5469.0355.69
HexDC444004547E24538
Octal334104100010510716210570
Binary11011100100010010000000100010110001111110101000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4440; }

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

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

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

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

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

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

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

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