Shades of Cinnabar #DD4524
Tints of Cinnabar #DD4524
RGB
CMYK
RGB Variations
Color information
#DD4524 (or 0xDD4524) is known color: Cinnabar. HEX triplet: DD, 45 and 24. RGB value is (221,69,36). Sum of RGB (Red+Green+Blue) = 221+69+36=326 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.79% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 36 (14.45% from 255 or 11.04% from 326); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4524 is #22BADB. Grayscale: #6E6E6E. Windows color (decimal): -2276060 or 2377181. OLE color: 2377181.
HSL color Cylindrical-coordinate representation of color #DD4524: hue angle of 10.7º 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 #DD4524 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 36 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.13 |
| HSL | 10.7º | 0.73% | 0.5% | - |
| HSV(B) | 10.7º | 0.84% | 0.87% | - |
| XYZ | 32.27 | 19.76 | 3.78 | - |
| YUV | 110.69 | 85.86 | 206.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 36 | 0 | 0.69 | 0.84 | 0.13 | 10.7 | 0.73 | 0.5 |
| Hex | DD | 45 | 24 | 0 | 45 | 54 | D | B | 49 | 32 |
| Octal | 335 | 105 | 44 | 0 | 105 | 124 | 15 | 13 | 111 | 62 |
| Binary | 11011101 | 1000101 | 100100 | 0 | 1000101 | 1010100 | 1101 | 1011 | 1001001 | 110010 |
Color Harmonies of #DD4524
Complementary color
Monochromatic Colors of #DD4524
Black with #DD4524
Text Example
Text Example
White with #DD4524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4524; }
p { color: rgb(221,69,36); }
H1.HeaderClassName
{
color: #DD4524;
}
.AnyTagClassName
{
color: #DD4524;
}
</style>
background-color css
<style>
a { background-color: #DD4524; }
a { background-color: rgb(221,69,36); }
div.DivClassName
{
background-color: #DD4524;
}
.BgClassName
{
background-color: #DD4524;
}
</style>
border-color css
<style>
span { border-color: #DD4524; }
span { border-color: rgb(221,69,36); }
td.TdClassName
{
border-color: #DD4524;
}
.TagClassName
{
border-color: #DD4524;
}
</style>