Shades of Cinnabar #DD4924
Tints of Cinnabar #DD4924
RGB
CMYK
RGB Variations
Color information
#DD4924 (or 0xDD4924) is known color: Cinnabar. HEX triplet: DD, 49 and 24. RGB value is (221,73,36). Sum of RGB (Red+Green+Blue) = 221+73+36=330 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.97% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4924 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4924 is #22B6DB. Grayscale: #717171. Windows color (decimal): -2275036 or 2378205. OLE color: 2378205.
HSL color Cylindrical-coordinate representation of color #DD4924: hue angle of 12º 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 #DD4924 is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 36 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.13 |
| HSL | 12º | 0.73% | 0.5% | - |
| HSV(B) | 12º | 0.84% | 0.87% | - |
| XYZ | 32.52 | 20.26 | 3.87 | - |
| YUV | 113.03 | 84.53 | 205.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 36 | 0 | 0.67 | 0.84 | 0.13 | 12 | 0.73 | 0.5 |
| Hex | DD | 49 | 24 | 0 | 43 | 54 | D | C | 49 | 32 |
| Octal | 335 | 111 | 44 | 0 | 103 | 124 | 15 | 14 | 111 | 62 |
| Binary | 11011101 | 1001001 | 100100 | 0 | 1000011 | 1010100 | 1101 | 1100 | 1001001 | 110010 |
Color Harmonies of #DD4924
Complementary color
Monochromatic Colors of #DD4924
Black with #DD4924
Text Example
Text Example
White with #DD4924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4924; }
p { color: rgb(221,73,36); }
H1.HeaderClassName
{
color: #DD4924;
}
.AnyTagClassName
{
color: #DD4924;
}
</style>
background-color css
<style>
a { background-color: #DD4924; }
a { background-color: rgb(221,73,36); }
div.DivClassName
{
background-color: #DD4924;
}
.BgClassName
{
background-color: #DD4924;
}
</style>
border-color css
<style>
span { border-color: #DD4924; }
span { border-color: rgb(221,73,36); }
td.TdClassName
{
border-color: #DD4924;
}
.TagClassName
{
border-color: #DD4924;
}
</style>