Shades of Cinnabar #DB3F28
Tints of Cinnabar #DB3F28
RGB
CMYK
RGB Variations
Color information
#DB3F28 (or 0xDB3F28) is known color: Cinnabar. HEX triplet: DB, 3F and 28. RGB value is (219,63,40). Sum of RGB (Red+Green+Blue) = 219+63+40=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3F28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3F28 is #24C0D7. Grayscale: #6B6B6B. Windows color (decimal): -2408664 or 2637787. OLE color: 2637787.
HSL color Cylindrical-coordinate representation of color #DB3F28: hue angle of 7.71º 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 #DB3F28 is Cyan = 0, Magento = 0.71, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 63 | 40 | - |
| CMYK | 0 | 0.71 | 0.82 | 0.14 |
| HSL | 7.71º | 0.71% | 0.51% | - |
| HSV(B) | 7.71º | 0.82% | 0.86% | - |
| XYZ | 31.37 | 18.77 | 3.98 | - |
| YUV | 107.02 | 90.18 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 63 | 40 | 0 | 0.71 | 0.82 | 0.14 | 7.71 | 0.71 | 0.51 |
| Hex | DB | 3F | 28 | 0 | 47 | 52 | E | 8 | 47 | 33 |
| Octal | 333 | 77 | 50 | 0 | 107 | 122 | 16 | 10 | 107 | 63 |
| Binary | 11011011 | 111111 | 101000 | 0 | 1000111 | 1010010 | 1110 | 1000 | 1000111 | 110011 |
Color Harmonies of #DB3F28
Complementary color
Monochromatic Colors of #DB3F28
Black with #DB3F28
Text Example
Text Example
White with #DB3F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3F28; }
p { color: rgb(219,63,40); }
H1.HeaderClassName
{
color: #DB3F28;
}
.AnyTagClassName
{
color: #DB3F28;
}
</style>
background-color css
<style>
a { background-color: #DB3F28; }
a { background-color: rgb(219,63,40); }
div.DivClassName
{
background-color: #DB3F28;
}
.BgClassName
{
background-color: #DB3F28;
}
</style>
border-color css
<style>
span { border-color: #DB3F28; }
span { border-color: rgb(219,63,40); }
td.TdClassName
{
border-color: #DB3F28;
}
.TagClassName
{
border-color: #DB3F28;
}
</style>