Shades of Cinnabar #DD3F37
Tints of Cinnabar #DD3F37
RGB
CMYK
RGB Variations
Color information
#DD3F37 (or 0xDD3F37) is known color: Cinnabar. HEX triplet: DD, 3F and 37. RGB value is (221,63,55). Sum of RGB (Red+Green+Blue) = 221+63+55=339 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.19% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3F37 is #22C0C8. Grayscale: #6D6D6D. Windows color (decimal): -2277577 or 3620829. OLE color: 3620829.
HSL color Cylindrical-coordinate representation of color #DD3F37: hue angle of 2.89º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD3F37 is Cyan = 0, Magento = 0.71, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 63 | 55 | - |
| CMYK | 0 | 0.71 | 0.75 | 0.13 |
| HSL | 2.89º | 0.71% | 0.54% | - |
| HSV(B) | 2.89º | 0.75% | 0.87% | - |
| XYZ | 32.29 | 19.2 | 5.62 | - |
| YUV | 109.33 | 97.35 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 63 | 55 | 0 | 0.71 | 0.75 | 0.13 | 2.89 | 0.71 | 0.54 |
| Hex | DD | 3F | 37 | 0 | 47 | 4B | D | 3 | 47 | 36 |
| Octal | 335 | 77 | 67 | 0 | 107 | 113 | 15 | 3 | 107 | 66 |
| Binary | 11011101 | 111111 | 110111 | 0 | 1000111 | 1001011 | 1101 | 11 | 1000111 | 110110 |
Color Harmonies of #DD3F37
Complementary color
Monochromatic Colors of #DD3F37
Black with #DD3F37
Text Example
Text Example
White with #DD3F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3F37; }
p { color: rgb(221,63,55); }
H1.HeaderClassName
{
color: #DD3F37;
}
.AnyTagClassName
{
color: #DD3F37;
}
</style>
background-color css
<style>
a { background-color: #DD3F37; }
a { background-color: rgb(221,63,55); }
div.DivClassName
{
background-color: #DD3F37;
}
.BgClassName
{
background-color: #DD3F37;
}
</style>
border-color css
<style>
span { border-color: #DD3F37; }
span { border-color: rgb(221,63,55); }
td.TdClassName
{
border-color: #DD3F37;
}
.TagClassName
{
border-color: #DD3F37;
}
</style>