Shades of Cinnabar #DB4C2F
Tints of Cinnabar #DB4C2F
RGB
CMYK
RGB Variations
Color information
#DB4C2F (or 0xDB4C2F) is known color: Cinnabar. HEX triplet: DB, 4C and 2F. RGB value is (219,76,47). Sum of RGB (Red+Green+Blue) = 219+76+47=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 76 (30.08% from 255 or 22.22% from 342); Blue value is 47 (18.75% from 255 or 13.74% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4C2F is #24B3D0. Grayscale: #737373. Windows color (decimal): -2405329 or 3099867. OLE color: 3099867.
HSL color Cylindrical-coordinate representation of color #DB4C2F: hue angle of 10.12º 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 #DB4C2F is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 76 | 47 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.14 |
| HSL | 10.12º | 0.7% | 0.52% | - |
| HSV(B) | 10.12º | 0.79% | 0.86% | - |
| XYZ | 32.31 | 20.43 | 4.93 | - |
| YUV | 115.45 | 89.38 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 76 | 47 | 0 | 0.65 | 0.79 | 0.14 | 10.12 | 0.7 | 0.52 |
| Hex | DB | 4C | 2F | 0 | 41 | 4F | E | A | 46 | 34 |
| Octal | 333 | 114 | 57 | 0 | 101 | 117 | 16 | 12 | 106 | 64 |
| Binary | 11011011 | 1001100 | 101111 | 0 | 1000001 | 1001111 | 1110 | 1010 | 1000110 | 110100 |
Color Harmonies of #DB4C2F
Complementary color
Monochromatic Colors of #DB4C2F
Black with #DB4C2F
Text Example
Text Example
White with #DB4C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4C2F; }
p { color: rgb(219,76,47); }
H1.HeaderClassName
{
color: #DB4C2F;
}
.AnyTagClassName
{
color: #DB4C2F;
}
</style>
background-color css
<style>
a { background-color: #DB4C2F; }
a { background-color: rgb(219,76,47); }
div.DivClassName
{
background-color: #DB4C2F;
}
.BgClassName
{
background-color: #DB4C2F;
}
</style>
border-color css
<style>
span { border-color: #DB4C2F; }
span { border-color: rgb(219,76,47); }
td.TdClassName
{
border-color: #DB4C2F;
}
.TagClassName
{
border-color: #DB4C2F;
}
</style>