Shades of Cinnabar #DD4921
Tints of Cinnabar #DD4921
RGB
CMYK
RGB Variations
Color information
#DD4921 (or 0xDD4921) is known color: Cinnabar. HEX triplet: DD, 49 and 21. RGB value is (221,73,33). Sum of RGB (Red+Green+Blue) = 221+73+33=327 (43% of max value = 765). Red value is 221 (86.72% from 255 or 67.58% from 327); Green value is 73 (28.91% from 255 or 22.32% from 327); Blue value is 33 (13.28% from 255 or 10.09% from 327); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4921 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4921 is #22B6DE. Grayscale: #717171. Windows color (decimal): -2275039 or 2181597. OLE color: 2181597.
HSL color Cylindrical-coordinate representation of color #DD4921: hue angle of 12.77º 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 #DD4921 is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 73 | 33 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.13 |
| HSL | 12.77º | 0.74% | 0.5% | - |
| HSV(B) | 12.77º | 0.85% | 0.87% | - |
| XYZ | 32.48 | 20.25 | 3.64 | - |
| YUV | 112.69 | 83.03 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 73 | 33 | 0 | 0.67 | 0.85 | 0.13 | 12.77 | 0.74 | 0.5 |
| Hex | DD | 49 | 21 | 0 | 43 | 55 | D | D | 4A | 32 |
| Octal | 335 | 111 | 41 | 0 | 103 | 125 | 15 | 15 | 112 | 62 |
| Binary | 11011101 | 1001001 | 100001 | 0 | 1000011 | 1010101 | 1101 | 1101 | 1001010 | 110010 |
Color Harmonies of #DD4921
Complementary color
Monochromatic Colors of #DD4921
Black with #DD4921
Text Example
Text Example
White with #DD4921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4921; }
p { color: rgb(221,73,33); }
H1.HeaderClassName
{
color: #DD4921;
}
.AnyTagClassName
{
color: #DD4921;
}
</style>
background-color css
<style>
a { background-color: #DD4921; }
a { background-color: rgb(221,73,33); }
div.DivClassName
{
background-color: #DD4921;
}
.BgClassName
{
background-color: #DD4921;
}
</style>
border-color css
<style>
span { border-color: #DD4921; }
span { border-color: rgb(221,73,33); }
td.TdClassName
{
border-color: #DD4921;
}
.TagClassName
{
border-color: #DD4921;
}
</style>