Shades of Cinnabar #DB3B28
Tints of Cinnabar #DB3B28
RGB
CMYK
RGB Variations
Color information
#DB3B28 (or 0xDB3B28) is known color: Cinnabar. HEX triplet: DB, 3B and 28. RGB value is (219,59,40). Sum of RGB (Red+Green+Blue) = 219+59+40=318 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.87% from 318); Green value is 59 (23.44% from 255 or 18.55% from 318); Blue value is 40 (16.02% from 255 or 12.58% from 318); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3B28 is #24C4D7. Grayscale: #686868. Windows color (decimal): -2409688 or 2636763. OLE color: 2636763.
HSL color Cylindrical-coordinate representation of color #DB3B28: hue angle of 6.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 #DB3B28 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 40 | - |
| CMYK | 0 | 0.73 | 0.82 | 0.14 |
| HSL | 6.37º | 0.71% | 0.51% | - |
| HSV(B) | 6.37º | 0.82% | 0.86% | - |
| XYZ | 31.16 | 18.34 | 3.91 | - |
| YUV | 104.67 | 91.51 | 209.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 40 | 0 | 0.73 | 0.82 | 0.14 | 6.37 | 0.71 | 0.51 |
| Hex | DB | 3B | 28 | 0 | 49 | 52 | E | 6 | 47 | 33 |
| Octal | 333 | 73 | 50 | 0 | 111 | 122 | 16 | 6 | 107 | 63 |
| Binary | 11011011 | 111011 | 101000 | 0 | 1001001 | 1010010 | 1110 | 110 | 1000111 | 110011 |
Color Harmonies of #DB3B28
Complementary color
Monochromatic Colors of #DB3B28
Black with #DB3B28
Text Example
Text Example
White with #DB3B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B28; }
p { color: rgb(219,59,40); }
H1.HeaderClassName
{
color: #DB3B28;
}
.AnyTagClassName
{
color: #DB3B28;
}
</style>
background-color css
<style>
a { background-color: #DB3B28; }
a { background-color: rgb(219,59,40); }
div.DivClassName
{
background-color: #DB3B28;
}
.BgClassName
{
background-color: #DB3B28;
}
</style>
border-color css
<style>
span { border-color: #DB3B28; }
span { border-color: rgb(219,59,40); }
td.TdClassName
{
border-color: #DB3B28;
}
.TagClassName
{
border-color: #DB3B28;
}
</style>