#DD4C42

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

Shades of Cinnabar #DD4C42

Tints of Cinnabar #DD4C42

Color information

#DD4C42 (or 0xDD4C42) is unknown color: approx Cinnabar. HEX triplet: DD, 4C and 42. RGB value is (221,76,66). Sum of RGB (Red+Green+Blue) = 221+76+66=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 66 (26.17% from 255 or 18.18% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C42 is #22B3BD. Grayscale: #767676. Windows color (decimal): -2274238 or 4345053. OLE color: 4345053.

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

Color convert

RGB2217666-
CMYK00.660.700.13
HSL3.87º69.51%56.27%-
HSV(B)3.87º70.14%86.67%-
XYZ33.3920.937.44-
YUV118.2198.54201.31-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.88%
GREEN value IS 76 (30.08% from 255) = 20.94%
BLUE value IS 66 (26.17% from 255) = 18.18%
R=60.88%
G=20.94%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221766600.660.700.133.8769.5156.27
HexDD4C4204246D44638
Octal335114102010210615410670
Binary110111011001100100001001000010100011011011001000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4C42; }

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

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

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

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

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

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

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

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