Shades of Cinnabar #DD3E32
Tints of Cinnabar #DD3E32
RGB
CMYK
RGB Variations
Color information
#DD3E32 (or 0xDD3E32) is known color: Cinnabar. HEX triplet: DD, 3E and 32. RGB value is (221,62,50). Sum of RGB (Red+Green+Blue) = 221+62+50=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3E32 is #22C1CD. Grayscale: #6C6C6C. Windows color (decimal): -2277838 or 3292893. OLE color: 3292893.
HSL color Cylindrical-coordinate representation of color #DD3E32: hue angle of 4.21º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DD3E32 is Cyan = 0, Magento = 0.72, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 62 | 50 | - |
| CMYK | 0 | 0.72 | 0.77 | 0.13 |
| HSL | 4.21º | 0.72% | 0.53% | - |
| HSV(B) | 4.21º | 0.77% | 0.87% | - |
| XYZ | 32.12 | 19.05 | 5 | - |
| YUV | 108.17 | 95.18 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 62 | 50 | 0 | 0.72 | 0.77 | 0.13 | 4.21 | 0.72 | 0.53 |
| Hex | DD | 3E | 32 | 0 | 48 | 4D | D | 4 | 48 | 35 |
| Octal | 335 | 76 | 62 | 0 | 110 | 115 | 15 | 4 | 110 | 65 |
| Binary | 11011101 | 111110 | 110010 | 0 | 1001000 | 1001101 | 1101 | 100 | 1001000 | 110101 |
Color Harmonies of #DD3E32
Complementary color
Monochromatic Colors of #DD3E32
Black with #DD3E32
Text Example
Text Example
White with #DD3E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3E32; }
p { color: rgb(221,62,50); }
H1.HeaderClassName
{
color: #DD3E32;
}
.AnyTagClassName
{
color: #DD3E32;
}
</style>
background-color css
<style>
a { background-color: #DD3E32; }
a { background-color: rgb(221,62,50); }
div.DivClassName
{
background-color: #DD3E32;
}
.BgClassName
{
background-color: #DD3E32;
}
</style>
border-color css
<style>
span { border-color: #DD3E32; }
span { border-color: rgb(221,62,50); }
td.TdClassName
{
border-color: #DD3E32;
}
.TagClassName
{
border-color: #DD3E32;
}
</style>