Shades of Cinnabar #DB3A34
Tints of Cinnabar #DB3A34
RGB
CMYK
RGB Variations
Color information
#DB3A34 (or 0xDB3A34) is known color: Cinnabar. HEX triplet: DB, 3A and 34. RGB value is (219,58,52). Sum of RGB (Red+Green+Blue) = 219+58+52=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 58 (23.05% from 255 or 17.63% from 329); Blue value is 52 (20.70% from 255 or 15.81% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3A34 is #24C5CB. Grayscale: #696969. Windows color (decimal): -2409932 or 3422939. OLE color: 3422939.
HSL color Cylindrical-coordinate representation of color #DB3A34: hue angle of 2.16º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB3A34 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 52 | - |
| CMYK | 0 | 0.74 | 0.76 | 0.14 |
| HSL | 2.16º | 0.7% | 0.53% | - |
| HSV(B) | 2.16º | 0.76% | 0.86% | - |
| XYZ | 31.35 | 18.33 | 5.14 | - |
| YUV | 105.46 | 97.84 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 52 | 0 | 0.74 | 0.76 | 0.14 | 2.16 | 0.7 | 0.53 |
| Hex | DB | 3A | 34 | 0 | 4A | 4C | E | 2 | 46 | 35 |
| Octal | 333 | 72 | 64 | 0 | 112 | 114 | 16 | 2 | 106 | 65 |
| Binary | 11011011 | 111010 | 110100 | 0 | 1001010 | 1001100 | 1110 | 10 | 1000110 | 110101 |
Color Harmonies of #DB3A34
Complementary color
Monochromatic Colors of #DB3A34
Black with #DB3A34
Text Example
Text Example
White with #DB3A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3A34; }
p { color: rgb(219,58,52); }
H1.HeaderClassName
{
color: #DB3A34;
}
.AnyTagClassName
{
color: #DB3A34;
}
</style>
background-color css
<style>
a { background-color: #DB3A34; }
a { background-color: rgb(219,58,52); }
div.DivClassName
{
background-color: #DB3A34;
}
.BgClassName
{
background-color: #DB3A34;
}
</style>
border-color css
<style>
span { border-color: #DB3A34; }
span { border-color: rgb(219,58,52); }
td.TdClassName
{
border-color: #DB3A34;
}
.TagClassName
{
border-color: #DB3A34;
}
</style>