Shades of Cinnabar #DB3C2A
Tints of Cinnabar #DB3C2A
RGB
CMYK
RGB Variations
Color information
#DB3C2A (or 0xDB3C2A) is known color: Cinnabar. HEX triplet: DB, 3C and 2A. RGB value is (219,60,42). Sum of RGB (Red+Green+Blue) = 219+60+42=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 60 (23.83% from 255 or 18.69% from 321); Blue value is 42 (16.80% from 255 or 13.08% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3C2A is #24C3D5. Grayscale: #696969. Windows color (decimal): -2409430 or 2768091. OLE color: 2768091.
HSL color Cylindrical-coordinate representation of color #DB3C2A: hue angle of 6.1º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB3C2A is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 42 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.14 |
| HSL | 6.1º | 0.71% | 0.51% | - |
| HSV(B) | 6.1º | 0.81% | 0.86% | - |
| XYZ | 31.25 | 18.46 | 4.11 | - |
| YUV | 105.49 | 92.18 | 208.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 42 | 0 | 0.73 | 0.81 | 0.14 | 6.1 | 0.71 | 0.51 |
| Hex | DB | 3C | 2A | 0 | 49 | 51 | E | 6 | 47 | 33 |
| Octal | 333 | 74 | 52 | 0 | 111 | 121 | 16 | 6 | 107 | 63 |
| Binary | 11011011 | 111100 | 101010 | 0 | 1001001 | 1010001 | 1110 | 110 | 1000111 | 110011 |
Color Harmonies of #DB3C2A
Complementary color
Monochromatic Colors of #DB3C2A
Black with #DB3C2A
Text Example
Text Example
White with #DB3C2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C2A; }
p { color: rgb(219,60,42); }
H1.HeaderClassName
{
color: #DB3C2A;
}
.AnyTagClassName
{
color: #DB3C2A;
}
</style>
background-color css
<style>
a { background-color: #DB3C2A; }
a { background-color: rgb(219,60,42); }
div.DivClassName
{
background-color: #DB3C2A;
}
.BgClassName
{
background-color: #DB3C2A;
}
</style>
border-color css
<style>
span { border-color: #DB3C2A; }
span { border-color: rgb(219,60,42); }
td.TdClassName
{
border-color: #DB3C2A;
}
.TagClassName
{
border-color: #DB3C2A;
}
</style>