Shades of Cinnabar #DB3D37
Tints of Cinnabar #DB3D37
RGB
CMYK
RGB Variations
Color information
#DB3D37 (or 0xDB3D37) is known color: Cinnabar. HEX triplet: DB, 3D and 37. RGB value is (219,61,55). Sum of RGB (Red+Green+Blue) = 219+61+55=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 55 (21.88% from 255 or 16.42% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3D37 is #24C2C8. Grayscale: #6B6B6B. Windows color (decimal): -2409161 or 3620315. OLE color: 3620315.
HSL color Cylindrical-coordinate representation of color #DB3D37: hue angle of 2.2º 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 #DB3D37 is Cyan = 0, Magento = 0.72, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 55 | - |
| CMYK | 0 | 0.72 | 0.75 | 0.14 |
| HSL | 2.2º | 0.69% | 0.54% | - |
| HSV(B) | 2.2º | 0.75% | 0.86% | - |
| XYZ | 31.57 | 18.67 | 5.55 | - |
| YUV | 107.56 | 98.35 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 55 | 0 | 0.72 | 0.75 | 0.14 | 2.2 | 0.69 | 0.54 |
| Hex | DB | 3D | 37 | 0 | 48 | 4B | E | 2 | 45 | 36 |
| Octal | 333 | 75 | 67 | 0 | 110 | 113 | 16 | 2 | 105 | 66 |
| Binary | 11011011 | 111101 | 110111 | 0 | 1001000 | 1001011 | 1110 | 10 | 1000101 | 110110 |
Color Harmonies of #DB3D37
Complementary color
Monochromatic Colors of #DB3D37
Black with #DB3D37
Text Example
Text Example
White with #DB3D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D37; }
p { color: rgb(219,61,55); }
H1.HeaderClassName
{
color: #DB3D37;
}
.AnyTagClassName
{
color: #DB3D37;
}
</style>
background-color css
<style>
a { background-color: #DB3D37; }
a { background-color: rgb(219,61,55); }
div.DivClassName
{
background-color: #DB3D37;
}
.BgClassName
{
background-color: #DB3D37;
}
</style>
border-color css
<style>
span { border-color: #DB3D37; }
span { border-color: rgb(219,61,55); }
td.TdClassName
{
border-color: #DB3D37;
}
.TagClassName
{
border-color: #DB3D37;
}
</style>