Shades of Cinnabar #DB4A34
Tints of Cinnabar #DB4A34
RGB
CMYK
RGB Variations
Color information
#DB4A34 (or 0xDB4A34) is known color: Cinnabar. HEX triplet: DB, 4A and 34. RGB value is (219,74,52). Sum of RGB (Red+Green+Blue) = 219+74+52=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 52 (20.70% from 255 or 15.07% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4A34 is #24B5CB. Grayscale: #737373. Windows color (decimal): -2405836 or 3427035. OLE color: 3427035.
HSL color Cylindrical-coordinate representation of color #DB4A34: hue angle of 7.9º 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 #DB4A34 is Cyan = 0, Magento = 0.66, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 52 | - |
| CMYK | 0 | 0.66 | 0.76 | 0.14 |
| HSL | 7.9º | 0.7% | 0.53% | - |
| HSV(B) | 7.9º | 0.76% | 0.86% | - |
| XYZ | 32.28 | 20.21 | 5.45 | - |
| YUV | 114.85 | 92.54 | 202.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 52 | 0 | 0.66 | 0.76 | 0.14 | 7.9 | 0.7 | 0.53 |
| Hex | DB | 4A | 34 | 0 | 42 | 4C | E | 8 | 46 | 35 |
| Octal | 333 | 112 | 64 | 0 | 102 | 114 | 16 | 10 | 106 | 65 |
| Binary | 11011011 | 1001010 | 110100 | 0 | 1000010 | 1001100 | 1110 | 1000 | 1000110 | 110101 |
Color Harmonies of #DB4A34
Complementary color
Monochromatic Colors of #DB4A34
Black with #DB4A34
Text Example
Text Example
White with #DB4A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A34; }
p { color: rgb(219,74,52); }
H1.HeaderClassName
{
color: #DB4A34;
}
.AnyTagClassName
{
color: #DB4A34;
}
</style>
background-color css
<style>
a { background-color: #DB4A34; }
a { background-color: rgb(219,74,52); }
div.DivClassName
{
background-color: #DB4A34;
}
.BgClassName
{
background-color: #DB4A34;
}
</style>
border-color css
<style>
span { border-color: #DB4A34; }
span { border-color: rgb(219,74,52); }
td.TdClassName
{
border-color: #DB4A34;
}
.TagClassName
{
border-color: #DB4A34;
}
</style>