Shades of Cinnabar #DB4842
Tints of Cinnabar #DB4842
RGB
CMYK
RGB Variations
Color information
#DB4842 (or 0xDB4842) is known color: Cinnabar. HEX triplet: DB, 48 and 42. RGB value is (219,72,66). Sum of RGB (Red+Green+Blue) = 219+72+66=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4842 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4842 is #24B7BD. Grayscale: #737373. Windows color (decimal): -2406334 or 4344027. OLE color: 4344027.
HSL color Cylindrical-coordinate representation of color #DB4842: hue angle of 2.35º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4842 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 66 | - |
| CMYK | 0 | 0.67 | 0.70 | 0.14 |
| HSL | 2.35º | 0.68% | 0.56% | - |
| HSV(B) | 2.35º | 0.7% | 0.86% | - |
| XYZ | 32.51 | 20.09 | 7.32 | - |
| YUV | 115.27 | 100.2 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 66 | 0 | 0.67 | 0.70 | 0.14 | 2.35 | 0.68 | 0.56 |
| Hex | DB | 48 | 42 | 0 | 43 | 46 | E | 2 | 44 | 38 |
| Octal | 333 | 110 | 102 | 0 | 103 | 106 | 16 | 2 | 104 | 70 |
| Binary | 11011011 | 1001000 | 1000010 | 0 | 1000011 | 1000110 | 1110 | 10 | 1000100 | 111000 |
Color Harmonies of #DB4842
Complementary color
Monochromatic Colors of #DB4842
Black with #DB4842
Text Example
Text Example
White with #DB4842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4842; }
p { color: rgb(219,72,66); }
H1.HeaderClassName
{
color: #DB4842;
}
.AnyTagClassName
{
color: #DB4842;
}
</style>
background-color css
<style>
a { background-color: #DB4842; }
a { background-color: rgb(219,72,66); }
div.DivClassName
{
background-color: #DB4842;
}
.BgClassName
{
background-color: #DB4842;
}
</style>
border-color css
<style>
span { border-color: #DB4842; }
span { border-color: rgb(219,72,66); }
td.TdClassName
{
border-color: #DB4842;
}
.TagClassName
{
border-color: #DB4842;
}
</style>