Shades of Cinnabar #DD3F32
Tints of Cinnabar #DD3F32
RGB
CMYK
RGB Variations
Color information
#DD3F32 (or 0xDD3F32) is known color: Cinnabar. HEX triplet: DD, 3F and 32. RGB value is (221,63,50). Sum of RGB (Red+Green+Blue) = 221+63+50=334 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.17% from 334); Green value is 63 (25% from 255 or 18.86% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F32 is #22C0CD. Grayscale: #6C6C6C. Windows color (decimal): -2277582 or 3293149. OLE color: 3293149.
HSL color Cylindrical-coordinate representation of color #DD3F32: hue angle of 4.56º 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 #DD3F32 is Cyan = 0, Magento = 0.71, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 50 | - |
| CMYK | 0 | 0.71 | 0.77 | 0.13 |
| HSL | 4.56º | 0.72% | 0.53% | - |
| HSV(B) | 4.56º | 0.77% | 0.87% | - |
| XYZ | 32.17 | 19.16 | 5.02 | - |
| YUV | 108.76 | 94.85 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 50 | 0 | 0.71 | 0.77 | 0.13 | 4.56 | 0.72 | 0.53 |
| Hex | DD | 3F | 32 | 0 | 47 | 4D | D | 5 | 48 | 35 |
| Octal | 335 | 77 | 62 | 0 | 107 | 115 | 15 | 5 | 110 | 65 |
| Binary | 11011101 | 111111 | 110010 | 0 | 1000111 | 1001101 | 1101 | 101 | 1001000 | 110101 |
Color Harmonies of #DD3F32
Complementary color
Monochromatic Colors of #DD3F32
Black with #DD3F32
Text Example
Text Example
White with #DD3F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F32; }
p { color: rgb(221,63,50); }
H1.HeaderClassName
{
color: #DD3F32;
}
.AnyTagClassName
{
color: #DD3F32;
}
</style>
background-color css
<style>
a { background-color: #DD3F32; }
a { background-color: rgb(221,63,50); }
div.DivClassName
{
background-color: #DD3F32;
}
.BgClassName
{
background-color: #DD3F32;
}
</style>
border-color css
<style>
span { border-color: #DD3F32; }
span { border-color: rgb(221,63,50); }
td.TdClassName
{
border-color: #DD3F32;
}
.TagClassName
{
border-color: #DD3F32;
}
</style>