Shades of Cinnabar #DB3E28
Tints of Cinnabar #DB3E28
RGB
CMYK
RGB Variations
Color information
#DB3E28 (or 0xDB3E28) is known color: Cinnabar. HEX triplet: DB, 3E and 28. RGB value is (219,62,40). Sum of RGB (Red+Green+Blue) = 219+62+40=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 40 (16.02% from 255 or 12.46% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3E28 is #24C1D7. Grayscale: #6A6A6A. Windows color (decimal): -2408920 or 2637531. OLE color: 2637531.
HSL color Cylindrical-coordinate representation of color #DB3E28: hue angle of 7.37º 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 #DB3E28 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 40 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.14 |
| HSL | 7.37º | 0.71% | 0.51% | - |
| HSV(B) | 7.37º | 0.82% | 0.86% | - |
| XYZ | 31.32 | 18.66 | 3.96 | - |
| YUV | 106.44 | 90.51 | 208.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 40 | 0 | 0.72 | 0.82 | 0.14 | 7.37 | 0.71 | 0.51 |
| Hex | DB | 3E | 28 | 0 | 48 | 52 | E | 7 | 47 | 33 |
| Octal | 333 | 76 | 50 | 0 | 110 | 122 | 16 | 7 | 107 | 63 |
| Binary | 11011011 | 111110 | 101000 | 0 | 1001000 | 1010010 | 1110 | 111 | 1000111 | 110011 |
Color Harmonies of #DB3E28
Complementary color
Monochromatic Colors of #DB3E28
Black with #DB3E28
Text Example
Text Example
White with #DB3E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E28; }
p { color: rgb(219,62,40); }
H1.HeaderClassName
{
color: #DB3E28;
}
.AnyTagClassName
{
color: #DB3E28;
}
</style>
background-color css
<style>
a { background-color: #DB3E28; }
a { background-color: rgb(219,62,40); }
div.DivClassName
{
background-color: #DB3E28;
}
.BgClassName
{
background-color: #DB3E28;
}
</style>
border-color css
<style>
span { border-color: #DB3E28; }
span { border-color: rgb(219,62,40); }
td.TdClassName
{
border-color: #DB3E28;
}
.TagClassName
{
border-color: #DB3E28;
}
</style>