Shades of Cinnabar #DD4A24
Tints of Cinnabar #DD4A24
RGB
CMYK
RGB Variations
Color information
#DD4A24 (or 0xDD4A24) is known color: Cinnabar. HEX triplet: DD, 4A and 24. RGB value is (221,74,36). Sum of RGB (Red+Green+Blue) = 221+74+36=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A24 is #22B5DB. Grayscale: #717171. Windows color (decimal): -2274780 or 2378461. OLE color: 2378461.
HSL color Cylindrical-coordinate representation of color #DD4A24: hue angle of 12.32º 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 #DD4A24 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 74 | 36 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.13 |
| HSL | 12.32º | 0.73% | 0.5% | - |
| HSV(B) | 12.32º | 0.84% | 0.87% | - |
| XYZ | 32.59 | 20.4 | 3.89 | - |
| YUV | 113.62 | 84.2 | 204.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 74 | 36 | 0 | 0.67 | 0.84 | 0.13 | 12.32 | 0.73 | 0.5 |
| Hex | DD | 4A | 24 | 0 | 43 | 54 | D | C | 49 | 32 |
| Octal | 335 | 112 | 44 | 0 | 103 | 124 | 15 | 14 | 111 | 62 |
| Binary | 11011101 | 1001010 | 100100 | 0 | 1000011 | 1010100 | 1101 | 1100 | 1001001 | 110010 |
Color Harmonies of #DD4A24
Complementary color
Monochromatic Colors of #DD4A24
Black with #DD4A24
Text Example
Text Example
White with #DD4A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4A24; }
p { color: rgb(221,74,36); }
H1.HeaderClassName
{
color: #DD4A24;
}
.AnyTagClassName
{
color: #DD4A24;
}
</style>
background-color css
<style>
a { background-color: #DD4A24; }
a { background-color: rgb(221,74,36); }
div.DivClassName
{
background-color: #DD4A24;
}
.BgClassName
{
background-color: #DD4A24;
}
</style>
border-color css
<style>
span { border-color: #DD4A24; }
span { border-color: rgb(221,74,36); }
td.TdClassName
{
border-color: #DD4A24;
}
.TagClassName
{
border-color: #DD4A24;
}
</style>