Shades of Cinnabar #DB472C
Tints of Cinnabar #DB472C
RGB
CMYK
RGB Variations
Color information
#DB472C (or 0xDB472C) is known color: Cinnabar. HEX triplet: DB, 47 and 2C. RGB value is (219,71,44). Sum of RGB (Red+Green+Blue) = 219+71+44=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 44 (17.58% from 255 or 13.17% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB472C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB472C is #24B8D3. Grayscale: #707070. Windows color (decimal): -2406612 or 2901979. OLE color: 2901979.
HSL color Cylindrical-coordinate representation of color #DB472C: hue angle of 9.26º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB472C is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 44 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.14 |
| HSL | 9.26º | 0.71% | 0.52% | - |
| HSV(B) | 9.26º | 0.8% | 0.86% | - |
| XYZ | 31.92 | 19.75 | 4.51 | - |
| YUV | 112.17 | 89.53 | 204.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 44 | 0 | 0.68 | 0.80 | 0.14 | 9.26 | 0.71 | 0.52 |
| Hex | DB | 47 | 2C | 0 | 44 | 50 | E | 9 | 47 | 34 |
| Octal | 333 | 107 | 54 | 0 | 104 | 120 | 16 | 11 | 107 | 64 |
| Binary | 11011011 | 1000111 | 101100 | 0 | 1000100 | 1010000 | 1110 | 1001 | 1000111 | 110100 |
Color Harmonies of #DB472C
Complementary color
Monochromatic Colors of #DB472C
Black with #DB472C
Text Example
Text Example
White with #DB472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB472C; }
p { color: rgb(219,71,44); }
H1.HeaderClassName
{
color: #DB472C;
}
.AnyTagClassName
{
color: #DB472C;
}
</style>
background-color css
<style>
a { background-color: #DB472C; }
a { background-color: rgb(219,71,44); }
div.DivClassName
{
background-color: #DB472C;
}
.BgClassName
{
background-color: #DB472C;
}
</style>
border-color css
<style>
span { border-color: #DB472C; }
span { border-color: rgb(219,71,44); }
td.TdClassName
{
border-color: #DB472C;
}
.TagClassName
{
border-color: #DB472C;
}
</style>