Shades of Cinnabar #DD4521
Tints of Cinnabar #DD4521
RGB
CMYK
RGB Variations
Color information
#DD4521 (or 0xDD4521) is known color: Cinnabar. HEX triplet: DD, 45 and 21. RGB value is (221,69,33). Sum of RGB (Red+Green+Blue) = 221+69+33=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 33 (13.28% from 255 or 10.22% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4521 is #22BADE. Grayscale: #6E6E6E. Windows color (decimal): -2276063 or 2180573. OLE color: 2180573.
HSL color Cylindrical-coordinate representation of color #DD4521: hue angle of 11.49º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DD4521 is Cyan = 0, Magento = 0.69, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 69 | 33 | - |
| CMYK | 0 | 0.69 | 0.85 | 0.13 |
| HSL | 11.49º | 0.74% | 0.5% | - |
| HSV(B) | 11.49º | 0.85% | 0.87% | - |
| XYZ | 32.22 | 19.74 | 3.55 | - |
| YUV | 110.34 | 84.36 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 69 | 33 | 0 | 0.69 | 0.85 | 0.13 | 11.49 | 0.74 | 0.5 |
| Hex | DD | 45 | 21 | 0 | 45 | 55 | D | B | 4A | 32 |
| Octal | 335 | 105 | 41 | 0 | 105 | 125 | 15 | 13 | 112 | 62 |
| Binary | 11011101 | 1000101 | 100001 | 0 | 1000101 | 1010101 | 1101 | 1011 | 1001010 | 110010 |
Color Harmonies of #DD4521
Complementary color
Monochromatic Colors of #DD4521
Black with #DD4521
Text Example
Text Example
White with #DD4521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4521; }
p { color: rgb(221,69,33); }
H1.HeaderClassName
{
color: #DD4521;
}
.AnyTagClassName
{
color: #DD4521;
}
</style>
background-color css
<style>
a { background-color: #DD4521; }
a { background-color: rgb(221,69,33); }
div.DivClassName
{
background-color: #DD4521;
}
.BgClassName
{
background-color: #DD4521;
}
</style>
border-color css
<style>
span { border-color: #DD4521; }
span { border-color: rgb(221,69,33); }
td.TdClassName
{
border-color: #DD4521;
}
.TagClassName
{
border-color: #DD4521;
}
</style>