Shades of Cinnabar #DB4930
Tints of Cinnabar #DB4930
RGB
CMYK
RGB Variations
Color information
#DB4930 (or 0xDB4930) is known color: Cinnabar. HEX triplet: DB, 49 and 30. RGB value is (219,73,48). Sum of RGB (Red+Green+Blue) = 219+73+48=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 48 (19.14% from 255 or 14.12% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4930 is #24B6CF. Grayscale: #727272. Windows color (decimal): -2406096 or 3164635. OLE color: 3164635.
HSL color Cylindrical-coordinate representation of color #DB4930: hue angle of 8.77º 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 #DB4930 is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 48 | - |
| CMYK | 0 | 0.67 | 0.78 | 0.14 |
| HSL | 8.77º | 0.7% | 0.52% | - |
| HSV(B) | 8.77º | 0.78% | 0.86% | - |
| XYZ | 32.13 | 20.04 | 4.97 | - |
| YUV | 113.8 | 90.87 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 48 | 0 | 0.67 | 0.78 | 0.14 | 8.77 | 0.7 | 0.52 |
| Hex | DB | 49 | 30 | 0 | 43 | 4E | E | 9 | 46 | 34 |
| Octal | 333 | 111 | 60 | 0 | 103 | 116 | 16 | 11 | 106 | 64 |
| Binary | 11011011 | 1001001 | 110000 | 0 | 1000011 | 1001110 | 1110 | 1001 | 1000110 | 110100 |
Color Harmonies of #DB4930
Complementary color
Monochromatic Colors of #DB4930
Black with #DB4930
Text Example
Text Example
White with #DB4930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4930; }
p { color: rgb(219,73,48); }
H1.HeaderClassName
{
color: #DB4930;
}
.AnyTagClassName
{
color: #DB4930;
}
</style>
background-color css
<style>
a { background-color: #DB4930; }
a { background-color: rgb(219,73,48); }
div.DivClassName
{
background-color: #DB4930;
}
.BgClassName
{
background-color: #DB4930;
}
</style>
border-color css
<style>
span { border-color: #DB4930; }
span { border-color: rgb(219,73,48); }
td.TdClassName
{
border-color: #DB4930;
}
.TagClassName
{
border-color: #DB4930;
}
</style>