Shades of Cinnabar #DB3E39
Tints of Cinnabar #DB3E39
RGB
CMYK
RGB Variations
Color information
#DB3E39 (or 0xDB3E39) is known color: Cinnabar. HEX triplet: DB, 3E and 39. RGB value is (219,62,57). Sum of RGB (Red+Green+Blue) = 219+62+57=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 62 (24.61% from 255 or 18.34% from 338); Blue value is 57 (22.66% from 255 or 16.86% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3E39 is #24C1C6. Grayscale: #6C6C6C. Windows color (decimal): -2408903 or 3751643. OLE color: 3751643.
HSL color Cylindrical-coordinate representation of color #DB3E39: hue angle of 1.85º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3E39 is Cyan = 0, Magento = 0.72, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 57 | - |
| CMYK | 0 | 0.72 | 0.74 | 0.14 |
| HSL | 1.85º | 0.69% | 0.54% | - |
| HSV(B) | 1.85º | 0.74% | 0.86% | - |
| XYZ | 31.67 | 18.8 | 5.83 | - |
| YUV | 108.37 | 99.01 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 57 | 0 | 0.72 | 0.74 | 0.14 | 1.85 | 0.69 | 0.54 |
| Hex | DB | 3E | 39 | 0 | 48 | 4A | E | 2 | 45 | 36 |
| Octal | 333 | 76 | 71 | 0 | 110 | 112 | 16 | 2 | 105 | 66 |
| Binary | 11011011 | 111110 | 111001 | 0 | 1001000 | 1001010 | 1110 | 10 | 1000101 | 110110 |
Color Harmonies of #DB3E39
Complementary color
Monochromatic Colors of #DB3E39
Black with #DB3E39
Text Example
Text Example
White with #DB3E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E39; }
p { color: rgb(219,62,57); }
H1.HeaderClassName
{
color: #DB3E39;
}
.AnyTagClassName
{
color: #DB3E39;
}
</style>
background-color css
<style>
a { background-color: #DB3E39; }
a { background-color: rgb(219,62,57); }
div.DivClassName
{
background-color: #DB3E39;
}
.BgClassName
{
background-color: #DB3E39;
}
</style>
border-color css
<style>
span { border-color: #DB3E39; }
span { border-color: rgb(219,62,57); }
td.TdClassName
{
border-color: #DB3E39;
}
.TagClassName
{
border-color: #DB3E39;
}
</style>