Shades of Cinnabar #DB4630
Tints of Cinnabar #DB4630
RGB
CMYK
RGB Variations
Color information
#DB4630 (or 0xDB4630) is known color: Cinnabar. HEX triplet: DB, 46 and 30. RGB value is (219,70,48). Sum of RGB (Red+Green+Blue) = 219+70+48=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4630 is #24B9CF. Grayscale: #707070. Windows color (decimal): -2406864 or 3163867. OLE color: 3163867.
HSL color Cylindrical-coordinate representation of color #DB4630: hue angle of 7.72º 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 #DB4630 is Cyan = 0, Magento = 0.68, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 48 | - |
| CMYK | 0 | 0.68 | 0.78 | 0.14 |
| HSL | 7.72º | 0.7% | 0.52% | - |
| HSV(B) | 7.72º | 0.78% | 0.86% | - |
| XYZ | 31.94 | 19.65 | 4.91 | - |
| YUV | 112.04 | 91.86 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 48 | 0 | 0.68 | 0.78 | 0.14 | 7.72 | 0.7 | 0.52 |
| Hex | DB | 46 | 30 | 0 | 44 | 4E | E | 8 | 46 | 34 |
| Octal | 333 | 106 | 60 | 0 | 104 | 116 | 16 | 10 | 106 | 64 |
| Binary | 11011011 | 1000110 | 110000 | 0 | 1000100 | 1001110 | 1110 | 1000 | 1000110 | 110100 |
Color Harmonies of #DB4630
Complementary color
Monochromatic Colors of #DB4630
Black with #DB4630
Text Example
Text Example
White with #DB4630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4630; }
p { color: rgb(219,70,48); }
H1.HeaderClassName
{
color: #DB4630;
}
.AnyTagClassName
{
color: #DB4630;
}
</style>
background-color css
<style>
a { background-color: #DB4630; }
a { background-color: rgb(219,70,48); }
div.DivClassName
{
background-color: #DB4630;
}
.BgClassName
{
background-color: #DB4630;
}
</style>
border-color css
<style>
span { border-color: #DB4630; }
span { border-color: rgb(219,70,48); }
td.TdClassName
{
border-color: #DB4630;
}
.TagClassName
{
border-color: #DB4630;
}
</style>