Shades of Cinnabar #DD4C24
Tints of Cinnabar #DD4C24
RGB
CMYK
RGB Variations
Color information
#DD4C24 (or 0xDD4C24) is known color: Cinnabar. HEX triplet: DD, 4C and 24. RGB value is (221,76,36). Sum of RGB (Red+Green+Blue) = 221+76+36=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4C24 is #22B3DB. Grayscale: #737373. Windows color (decimal): -2274268 or 2378973. OLE color: 2378973.
HSL color Cylindrical-coordinate representation of color #DD4C24: hue angle of 12.97º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DD4C24 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 76 | 36 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.13 |
| HSL | 12.97º | 0.73% | 0.5% | - |
| HSV(B) | 12.97º | 0.84% | 0.87% | - |
| XYZ | 32.72 | 20.67 | 3.93 | - |
| YUV | 114.8 | 83.54 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 76 | 36 | 0 | 0.66 | 0.84 | 0.13 | 12.97 | 0.73 | 0.5 |
| Hex | DD | 4C | 24 | 0 | 42 | 54 | D | D | 49 | 32 |
| Octal | 335 | 114 | 44 | 0 | 102 | 124 | 15 | 15 | 111 | 62 |
| Binary | 11011101 | 1001100 | 100100 | 0 | 1000010 | 1010100 | 1101 | 1101 | 1001001 | 110010 |
Color Harmonies of #DD4C24
Complementary color
Monochromatic Colors of #DD4C24
Black with #DD4C24
Text Example
Text Example
White with #DD4C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4C24; }
p { color: rgb(221,76,36); }
H1.HeaderClassName
{
color: #DD4C24;
}
.AnyTagClassName
{
color: #DD4C24;
}
</style>
background-color css
<style>
a { background-color: #DD4C24; }
a { background-color: rgb(221,76,36); }
div.DivClassName
{
background-color: #DD4C24;
}
.BgClassName
{
background-color: #DD4C24;
}
</style>
border-color css
<style>
span { border-color: #DD4C24; }
span { border-color: rgb(221,76,36); }
td.TdClassName
{
border-color: #DD4C24;
}
.TagClassName
{
border-color: #DD4C24;
}
</style>