Shades of Cinnabar #DB4F30
Tints of Cinnabar #DB4F30
RGB
CMYK
RGB Variations
Color information
#DB4F30 (or 0xDB4F30) is known color: Cinnabar. HEX triplet: DB, 4F and 30. RGB value is (219,79,48). Sum of RGB (Red+Green+Blue) = 219+79+48=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 48 (19.14% from 255 or 13.87% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4F30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4F30 is #24B0CF. Grayscale: #757575. Windows color (decimal): -2404560 or 3166171. OLE color: 3166171.
HSL color Cylindrical-coordinate representation of color #DB4F30: hue angle of 10.88º 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 #DB4F30 is Cyan = 0, Magento = 0.64, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 79 | 48 | - |
| CMYK | 0 | 0.64 | 0.78 | 0.14 |
| HSL | 10.88º | 0.7% | 0.52% | - |
| HSV(B) | 10.88º | 0.78% | 0.86% | - |
| XYZ | 32.54 | 20.87 | 5.11 | - |
| YUV | 117.33 | 88.88 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 79 | 48 | 0 | 0.64 | 0.78 | 0.14 | 10.88 | 0.7 | 0.52 |
| Hex | DB | 4F | 30 | 0 | 40 | 4E | E | B | 46 | 34 |
| Octal | 333 | 117 | 60 | 0 | 100 | 116 | 16 | 13 | 106 | 64 |
| Binary | 11011011 | 1001111 | 110000 | 0 | 1000000 | 1001110 | 1110 | 1011 | 1000110 | 110100 |
Color Harmonies of #DB4F30
Complementary color
Monochromatic Colors of #DB4F30
Black with #DB4F30
Text Example
Text Example
White with #DB4F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4F30; }
p { color: rgb(219,79,48); }
H1.HeaderClassName
{
color: #DB4F30;
}
.AnyTagClassName
{
color: #DB4F30;
}
</style>
background-color css
<style>
a { background-color: #DB4F30; }
a { background-color: rgb(219,79,48); }
div.DivClassName
{
background-color: #DB4F30;
}
.BgClassName
{
background-color: #DB4F30;
}
</style>
border-color css
<style>
span { border-color: #DB4F30; }
span { border-color: rgb(219,79,48); }
td.TdClassName
{
border-color: #DB4F30;
}
.TagClassName
{
border-color: #DB4F30;
}
</style>