Shades of Cinnabar #DD4C42
Tints of Cinnabar #DD4C42
RGB
CMYK
RGB Variations
Color information
#DD4C42 (or 0xDD4C42) is known color: 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
| RGB | 221 | 76 | 66 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.13 |
| HSL | 3.87º | 0.7% | 0.56% | - |
| HSV(B) | 3.87º | 0.7% | 0.87% | - |
| XYZ | 33.39 | 20.93 | 7.44 | - |
| YUV | 118.22 | 98.54 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 66 | 0 | 0.66 | 0.70 | 0.13 | 3.87 | 0.7 | 0.56 |
| Hex | DD | 4C | 42 | 0 | 42 | 46 | D | 4 | 46 | 38 |
| Octal | 335 | 114 | 102 | 0 | 102 | 106 | 15 | 4 | 106 | 70 |
| Binary | 11011101 | 1001100 | 1000010 | 0 | 1000010 | 1000110 | 1101 | 100 | 1000110 | 111000 |
Color Harmonies of #DD4C42
Complementary color
Monochromatic Colors of #DD4C42
Black with #DD4C42
Text Example
Text Example
White with #DD4C42
Text Example
Text Example
HTML Codes & Css Web 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>