Shades of Cinnabar #DD4E24
Tints of Cinnabar #DD4E24
RGB
CMYK
RGB Variations
Color information
#DD4E24 (or 0xDD4E24) is known color: Cinnabar. HEX triplet: DD, 4E and 24. RGB value is (221,78,36). Sum of RGB (Red+Green+Blue) = 221+78+36=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 36 (14.45% from 255 or 10.75% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E24 is #22B1DB. Grayscale: #747474. Windows color (decimal): -2273756 or 2379485. OLE color: 2379485.
HSL color Cylindrical-coordinate representation of color #DD4E24: hue angle of 13.62º 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 #DD4E24 is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 36 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.13 |
| HSL | 13.62º | 0.73% | 0.5% | - |
| HSV(B) | 13.62º | 0.84% | 0.87% | - |
| XYZ | 32.86 | 20.95 | 3.98 | - |
| YUV | 115.97 | 82.88 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 36 | 0 | 0.65 | 0.84 | 0.13 | 13.62 | 0.73 | 0.5 |
| Hex | DD | 4E | 24 | 0 | 41 | 54 | D | E | 49 | 32 |
| Octal | 335 | 116 | 44 | 0 | 101 | 124 | 15 | 16 | 111 | 62 |
| Binary | 11011101 | 1001110 | 100100 | 0 | 1000001 | 1010100 | 1101 | 1110 | 1001001 | 110010 |
Color Harmonies of #DD4E24
Complementary color
Monochromatic Colors of #DD4E24
Black with #DD4E24
Text Example
Text Example
White with #DD4E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E24; }
p { color: rgb(221,78,36); }
H1.HeaderClassName
{
color: #DD4E24;
}
.AnyTagClassName
{
color: #DD4E24;
}
</style>
background-color css
<style>
a { background-color: #DD4E24; }
a { background-color: rgb(221,78,36); }
div.DivClassName
{
background-color: #DD4E24;
}
.BgClassName
{
background-color: #DD4E24;
}
</style>
border-color css
<style>
span { border-color: #DD4E24; }
span { border-color: rgb(221,78,36); }
td.TdClassName
{
border-color: #DD4E24;
}
.TagClassName
{
border-color: #DD4E24;
}
</style>