Shades of Cinnabar #DD4E21
Tints of Cinnabar #DD4E21
RGB
CMYK
RGB Variations
Color information
#DD4E21 (or 0xDD4E21) is known color: Cinnabar. HEX triplet: DD, 4E and 21. RGB value is (221,78,33). Sum of RGB (Red+Green+Blue) = 221+78+33=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 78 (30.86% from 255 or 23.49% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD4E21 is #22B1DE. Grayscale: #737373. Windows color (decimal): -2273759 or 2182877. OLE color: 2182877.
HSL color Cylindrical-coordinate representation of color #DD4E21: hue angle of 14.36º 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 #DD4E21 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 78 | 33 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.13 |
| HSL | 14.36º | 0.74% | 0.5% | - |
| HSV(B) | 14.36º | 0.85% | 0.87% | - |
| XYZ | 32.82 | 20.93 | 3.75 | - |
| YUV | 115.63 | 81.38 | 203.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 78 | 33 | 0 | 0.65 | 0.85 | 0.13 | 14.36 | 0.74 | 0.5 |
| Hex | DD | 4E | 21 | 0 | 41 | 55 | D | E | 4A | 32 |
| Octal | 335 | 116 | 41 | 0 | 101 | 125 | 15 | 16 | 112 | 62 |
| Binary | 11011101 | 1001110 | 100001 | 0 | 1000001 | 1010101 | 1101 | 1110 | 1001010 | 110010 |
Color Harmonies of #DD4E21
Complementary color
Monochromatic Colors of #DD4E21
Black with #DD4E21
Text Example
Text Example
White with #DD4E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD4E21; }
p { color: rgb(221,78,33); }
H1.HeaderClassName
{
color: #DD4E21;
}
.AnyTagClassName
{
color: #DD4E21;
}
</style>
background-color css
<style>
a { background-color: #DD4E21; }
a { background-color: rgb(221,78,33); }
div.DivClassName
{
background-color: #DD4E21;
}
.BgClassName
{
background-color: #DD4E21;
}
</style>
border-color css
<style>
span { border-color: #DD4E21; }
span { border-color: rgb(221,78,33); }
td.TdClassName
{
border-color: #DD4E21;
}
.TagClassName
{
border-color: #DD4E21;
}
</style>