Shades of Cinnabar #DB3C37
Tints of Cinnabar #DB3C37
RGB
CMYK
RGB Variations
Color information
#DB3C37 (or 0xDB3C37) is known color: Cinnabar. HEX triplet: DB, 3C and 37. RGB value is (219,60,55). Sum of RGB (Red+Green+Blue) = 219+60+55=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 55 (21.88% from 255 or 16.47% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3C37 is #24C3C8. Grayscale: #6B6B6B. Windows color (decimal): -2409417 or 3620059. OLE color: 3620059.
HSL color Cylindrical-coordinate representation of color #DB3C37: hue angle of 1.83º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3C37 is Cyan = 0, Magento = 0.73, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 55 | - |
| CMYK | 0 | 0.73 | 0.75 | 0.14 |
| HSL | 1.83º | 0.69% | 0.54% | - |
| HSV(B) | 1.83º | 0.75% | 0.86% | - |
| XYZ | 31.52 | 18.57 | 5.54 | - |
| YUV | 106.97 | 98.68 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 55 | 0 | 0.73 | 0.75 | 0.14 | 1.83 | 0.69 | 0.54 |
| Hex | DB | 3C | 37 | 0 | 49 | 4B | E | 2 | 45 | 36 |
| Octal | 333 | 74 | 67 | 0 | 111 | 113 | 16 | 2 | 105 | 66 |
| Binary | 11011011 | 111100 | 110111 | 0 | 1001001 | 1001011 | 1110 | 10 | 1000101 | 110110 |
Color Harmonies of #DB3C37
Complementary color
Monochromatic Colors of #DB3C37
Black with #DB3C37
Text Example
Text Example
White with #DB3C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C37; }
p { color: rgb(219,60,55); }
H1.HeaderClassName
{
color: #DB3C37;
}
.AnyTagClassName
{
color: #DB3C37;
}
</style>
background-color css
<style>
a { background-color: #DB3C37; }
a { background-color: rgb(219,60,55); }
div.DivClassName
{
background-color: #DB3C37;
}
.BgClassName
{
background-color: #DB3C37;
}
</style>
border-color css
<style>
span { border-color: #DB3C37; }
span { border-color: rgb(219,60,55); }
td.TdClassName
{
border-color: #DB3C37;
}
.TagClassName
{
border-color: #DB3C37;
}
</style>