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