Shades of Cinnabar #DD3C37
Tints of Cinnabar #DD3C37
RGB
CMYK
RGB Variations
Color information
#DD3C37 (or 0xDD3C37) is known color: Cinnabar. HEX triplet: DD, 3C and 37. RGB value is (221,60,55). Sum of RGB (Red+Green+Blue) = 221+60+55=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 55 (21.88% from 255 or 16.37% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD3C37 is #22C3C8. Grayscale: #6B6B6B. Windows color (decimal): -2278345 or 3620061. OLE color: 3620061.
HSL color Cylindrical-coordinate representation of color #DD3C37: hue angle of 1.81º 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 #DD3C37 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 60 | 55 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.13 |
| HSL | 1.81º | 0.71% | 0.54% | - |
| HSV(B) | 1.81º | 0.75% | 0.87% | - |
| XYZ | 32.12 | 18.88 | 5.57 | - |
| YUV | 107.57 | 98.34 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 60 | 55 | 0 | 0.73 | 0.75 | 0.13 | 1.81 | 0.71 | 0.54 |
| Hex | DD | 3C | 37 | 0 | 49 | 4B | D | 2 | 47 | 36 |
| Octal | 335 | 74 | 67 | 0 | 111 | 113 | 15 | 2 | 107 | 66 |
| Binary | 11011101 | 111100 | 110111 | 0 | 1001001 | 1001011 | 1101 | 10 | 1000111 | 110110 |
Color Harmonies of #DD3C37
Complementary color
Monochromatic Colors of #DD3C37
Black with #DD3C37
Text Example
Text Example
White with #DD3C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD3C37; }
p { color: rgb(221,60,55); }
H1.HeaderClassName
{
color: #DD3C37;
}
.AnyTagClassName
{
color: #DD3C37;
}
</style>
background-color css
<style>
a { background-color: #DD3C37; }
a { background-color: rgb(221,60,55); }
div.DivClassName
{
background-color: #DD3C37;
}
.BgClassName
{
background-color: #DD3C37;
}
</style>
border-color css
<style>
span { border-color: #DD3C37; }
span { border-color: rgb(221,60,55); }
td.TdClassName
{
border-color: #DD3C37;
}
.TagClassName
{
border-color: #DD3C37;
}
</style>