Shades of Cinnabar #DD4724
Tints of Cinnabar #DD4724
RGB
CMYK
RGB Variations
Color information
#DD4724 (or 0xDD4724) is known color: Cinnabar. HEX triplet: DD, 47 and 24. RGB value is (221,71,36). Sum of RGB (Red+Green+Blue) = 221+71+36=328 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.38% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 36 (14.45% from 255 or 10.98% from 328); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4724 is #22B8DB. Grayscale: #707070. Windows color (decimal): -2275548 or 2377693. OLE color: 2377693.
HSL color Cylindrical-coordinate representation of color #DD4724: hue angle of 11.35º 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 #DD4724 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 71 | 36 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.13 |
| HSL | 11.35º | 0.73% | 0.5% | - |
| HSV(B) | 11.35º | 0.84% | 0.87% | - |
| XYZ | 32.39 | 20.01 | 3.82 | - |
| YUV | 111.86 | 85.2 | 205.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 71 | 36 | 0 | 0.68 | 0.84 | 0.13 | 11.35 | 0.73 | 0.5 |
| Hex | DD | 47 | 24 | 0 | 44 | 54 | D | B | 49 | 32 |
| Octal | 335 | 107 | 44 | 0 | 104 | 124 | 15 | 13 | 111 | 62 |
| Binary | 11011101 | 1000111 | 100100 | 0 | 1000100 | 1010100 | 1101 | 1011 | 1001001 | 110010 |
Color Harmonies of #DD4724
Complementary color
Monochromatic Colors of #DD4724
Black with #DD4724
Text Example
Text Example
White with #DD4724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4724; }
p { color: rgb(221,71,36); }
H1.HeaderClassName
{
color: #DD4724;
}
.AnyTagClassName
{
color: #DD4724;
}
</style>
background-color css
<style>
a { background-color: #DD4724; }
a { background-color: rgb(221,71,36); }
div.DivClassName
{
background-color: #DD4724;
}
.BgClassName
{
background-color: #DD4724;
}
</style>
border-color css
<style>
span { border-color: #DD4724; }
span { border-color: rgb(221,71,36); }
td.TdClassName
{
border-color: #DD4724;
}
.TagClassName
{
border-color: #DD4724;
}
</style>