Shades of Cinnabar #DD4624
Tints of Cinnabar #DD4624
RGB
CMYK
RGB Variations
Color information
#DD4624 (or 0xDD4624) is known color: Cinnabar. HEX triplet: DD, 46 and 24. RGB value is (221,70,36). Sum of RGB (Red+Green+Blue) = 221+70+36=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 36 (14.45% from 255 or 11.01% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4624 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4624 is #22B9DB. Grayscale: #6F6F6F. Windows color (decimal): -2275804 or 2377437. OLE color: 2377437.
HSL color Cylindrical-coordinate representation of color #DD4624: hue angle of 11.03º 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 #DD4624 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 70 | 36 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.13 |
| HSL | 11.03º | 0.73% | 0.5% | - |
| HSV(B) | 11.03º | 0.84% | 0.87% | - |
| XYZ | 32.33 | 19.88 | 3.8 | - |
| YUV | 111.27 | 85.53 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 70 | 36 | 0 | 0.68 | 0.84 | 0.13 | 11.03 | 0.73 | 0.5 |
| Hex | DD | 46 | 24 | 0 | 44 | 54 | D | B | 49 | 32 |
| Octal | 335 | 106 | 44 | 0 | 104 | 124 | 15 | 13 | 111 | 62 |
| Binary | 11011101 | 1000110 | 100100 | 0 | 1000100 | 1010100 | 1101 | 1011 | 1001001 | 110010 |
Color Harmonies of #DD4624
Complementary color
Monochromatic Colors of #DD4624
Black with #DD4624
Text Example
Text Example
White with #DD4624
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4624; }
p { color: rgb(221,70,36); }
H1.HeaderClassName
{
color: #DD4624;
}
.AnyTagClassName
{
color: #DD4624;
}
</style>
background-color css
<style>
a { background-color: #DD4624; }
a { background-color: rgb(221,70,36); }
div.DivClassName
{
background-color: #DD4624;
}
.BgClassName
{
background-color: #DD4624;
}
</style>
border-color css
<style>
span { border-color: #DD4624; }
span { border-color: rgb(221,70,36); }
td.TdClassName
{
border-color: #DD4624;
}
.TagClassName
{
border-color: #DD4624;
}
</style>