#DD4240

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

Shades of Cinnabar #DD4240

Tints of Cinnabar #DD4240

Color information

#DD4240 (or 0xDD4240) is unknown color: approx Cinnabar. HEX triplet: DD, 42 and 40. RGB value is (221,66,64). Sum of RGB (Red+Green+Blue) = 221+66+64=351 (46% of max value = 765). Red value is 221 (86.72% from 255 or 62.96% from 351); Green value is 66 (26.17% from 255 or 18.80% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4240 is #22BDBF. Grayscale: #707070. Windows color (decimal): -2276800 or 4211421. OLE color: 4211421.

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

Color convert

RGB2216664-
CMYK00.700.710.13
HSL0.76º69.78%55.88%-
HSV(B)0.76º71.04%86.67%-
XYZ32.6919.646.92-
YUV112.12100.85205.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 62.96%
GREEN value IS 66 (26.17% from 255) = 18.80%
BLUE value IS 64 (25.39% from 255) = 18.23%
R=62.96%
G=18.80%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221666400.700.710.130.7669.7855.88
HexDD424004647D14638
Octal335102100010610715110670
Binary1101110110000101000000010001101000111110111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4240; }

 p { color: rgb(221,66,64); }

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

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

 a { background-color: rgb(221,66,64); }

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

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

 span { border-color: rgb(221,66,64); }

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