Shades of Cinnabar #DB4A2F
Tints of Cinnabar #DB4A2F
RGB
CMYK
RGB Variations
Color information
#DB4A2F (or 0xDB4A2F) is known color: Cinnabar. HEX triplet: DB, 4A and 2F. RGB value is (219,74,47). Sum of RGB (Red+Green+Blue) = 219+74+47=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 47 (18.75% from 255 or 13.82% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4A2F is #24B5D0. Grayscale: #727272. Windows color (decimal): -2405841 or 3099355. OLE color: 3099355.
HSL color Cylindrical-coordinate representation of color #DB4A2F: hue angle of 9.42º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB4A2F is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 47 | - |
| CMYK | 0 | 0.66 | 0.79 | 0.14 |
| HSL | 9.42º | 0.7% | 0.52% | - |
| HSV(B) | 9.42º | 0.79% | 0.86% | - |
| XYZ | 32.18 | 20.16 | 4.89 | - |
| YUV | 114.28 | 90.04 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 47 | 0 | 0.66 | 0.79 | 0.14 | 9.42 | 0.7 | 0.52 |
| Hex | DB | 4A | 2F | 0 | 42 | 4F | E | 9 | 46 | 34 |
| Octal | 333 | 112 | 57 | 0 | 102 | 117 | 16 | 11 | 106 | 64 |
| Binary | 11011011 | 1001010 | 101111 | 0 | 1000010 | 1001111 | 1110 | 1001 | 1000110 | 110100 |
Color Harmonies of #DB4A2F
Complementary color
Monochromatic Colors of #DB4A2F
Black with #DB4A2F
Text Example
Text Example
White with #DB4A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A2F; }
p { color: rgb(219,74,47); }
H1.HeaderClassName
{
color: #DB4A2F;
}
.AnyTagClassName
{
color: #DB4A2F;
}
</style>
background-color css
<style>
a { background-color: #DB4A2F; }
a { background-color: rgb(219,74,47); }
div.DivClassName
{
background-color: #DB4A2F;
}
.BgClassName
{
background-color: #DB4A2F;
}
</style>
border-color css
<style>
span { border-color: #DB4A2F; }
span { border-color: rgb(219,74,47); }
td.TdClassName
{
border-color: #DB4A2F;
}
.TagClassName
{
border-color: #DB4A2F;
}
</style>