Shades of Cinnabar #DB4E28
Tints of Cinnabar #DB4E28
RGB
CMYK
RGB Variations
Color information
#DB4E28 (or 0xDB4E28) is known color: Cinnabar. HEX triplet: DB, 4E and 28. RGB value is (219,78,40). Sum of RGB (Red+Green+Blue) = 219+78+40=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E28 is #24B1D7. Grayscale: #747474. Windows color (decimal): -2404824 or 2641627. OLE color: 2641627.
HSL color Cylindrical-coordinate representation of color #DB4E28: hue angle of 12.74º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB4E28 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 40 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.14 |
| HSL | 12.74º | 0.71% | 0.51% | - |
| HSV(B) | 12.74º | 0.82% | 0.86% | - |
| XYZ | 32.32 | 20.66 | 4.29 | - |
| YUV | 115.83 | 85.21 | 201.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 40 | 0 | 0.64 | 0.82 | 0.14 | 12.74 | 0.71 | 0.51 |
| Hex | DB | 4E | 28 | 0 | 40 | 52 | E | D | 47 | 33 |
| Octal | 333 | 116 | 50 | 0 | 100 | 122 | 16 | 15 | 107 | 63 |
| Binary | 11011011 | 1001110 | 101000 | 0 | 1000000 | 1010010 | 1110 | 1101 | 1000111 | 110011 |
Color Harmonies of #DB4E28
Complementary color
Monochromatic Colors of #DB4E28
Black with #DB4E28
Text Example
Text Example
White with #DB4E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E28; }
p { color: rgb(219,78,40); }
H1.HeaderClassName
{
color: #DB4E28;
}
.AnyTagClassName
{
color: #DB4E28;
}
</style>
background-color css
<style>
a { background-color: #DB4E28; }
a { background-color: rgb(219,78,40); }
div.DivClassName
{
background-color: #DB4E28;
}
.BgClassName
{
background-color: #DB4E28;
}
</style>
border-color css
<style>
span { border-color: #DB4E28; }
span { border-color: rgb(219,78,40); }
td.TdClassName
{
border-color: #DB4E28;
}
.TagClassName
{
border-color: #DB4E28;
}
</style>