Shades of Cinnabar #DB3730
Tints of Cinnabar #DB3730
RGB
CMYK
RGB Variations
Color information
#DB3730 (or 0xDB3730) is known color: Cinnabar. HEX triplet: DB, 37 and 30. RGB value is (219,55,48). Sum of RGB (Red+Green+Blue) = 219+55+48=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3730 is #24C8CF. Grayscale: #676767. Windows color (decimal): -2410704 or 3160027. OLE color: 3160027.
HSL color Cylindrical-coordinate representation of color #DB3730: hue angle of 2.46º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3730 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 48 | - |
| CMYK | 0 | 0.75 | 0.78 | 0.14 |
| HSL | 2.46º | 0.7% | 0.52% | - |
| HSV(B) | 2.46º | 0.78% | 0.86% | - |
| XYZ | 31.11 | 18.01 | 4.63 | - |
| YUV | 103.24 | 96.83 | 210.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 48 | 0 | 0.75 | 0.78 | 0.14 | 2.46 | 0.7 | 0.52 |
| Hex | DB | 37 | 30 | 0 | 4B | 4E | E | 2 | 46 | 34 |
| Octal | 333 | 67 | 60 | 0 | 113 | 116 | 16 | 2 | 106 | 64 |
| Binary | 11011011 | 110111 | 110000 | 0 | 1001011 | 1001110 | 1110 | 10 | 1000110 | 110100 |
Color Harmonies of #DB3730
Complementary color
Monochromatic Colors of #DB3730
Black with #DB3730
Text Example
Text Example
White with #DB3730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3730; }
p { color: rgb(219,55,48); }
H1.HeaderClassName
{
color: #DB3730;
}
.AnyTagClassName
{
color: #DB3730;
}
</style>
background-color css
<style>
a { background-color: #DB3730; }
a { background-color: rgb(219,55,48); }
div.DivClassName
{
background-color: #DB3730;
}
.BgClassName
{
background-color: #DB3730;
}
</style>
border-color css
<style>
span { border-color: #DB3730; }
span { border-color: rgb(219,55,48); }
td.TdClassName
{
border-color: #DB3730;
}
.TagClassName
{
border-color: #DB3730;
}
</style>