Shades of Cinnabar #DB472F
Tints of Cinnabar #DB472F
RGB
CMYK
RGB Variations
Color information
#DB472F (or 0xDB472F) is known color: Cinnabar. HEX triplet: DB, 47 and 2F. RGB value is (219,71,47). Sum of RGB (Red+Green+Blue) = 219+71+47=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 47 (18.75% from 255 or 13.95% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB472F is #24B8D0. Grayscale: #707070. Windows color (decimal): -2406609 or 3098587. OLE color: 3098587.
HSL color Cylindrical-coordinate representation of color #DB472F: hue angle of 8.37º 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 #DB472F is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 47 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.14 |
| HSL | 8.37º | 0.7% | 0.52% | - |
| HSV(B) | 8.37º | 0.79% | 0.86% | - |
| XYZ | 31.98 | 19.77 | 4.82 | - |
| YUV | 112.52 | 91.03 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 47 | 0 | 0.68 | 0.79 | 0.14 | 8.37 | 0.7 | 0.52 |
| Hex | DB | 47 | 2F | 0 | 44 | 4F | E | 8 | 46 | 34 |
| Octal | 333 | 107 | 57 | 0 | 104 | 117 | 16 | 10 | 106 | 64 |
| Binary | 11011011 | 1000111 | 101111 | 0 | 1000100 | 1001111 | 1110 | 1000 | 1000110 | 110100 |
Color Harmonies of #DB472F
Complementary color
Monochromatic Colors of #DB472F
Black with #DB472F
Text Example
Text Example
White with #DB472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB472F; }
p { color: rgb(219,71,47); }
H1.HeaderClassName
{
color: #DB472F;
}
.AnyTagClassName
{
color: #DB472F;
}
</style>
background-color css
<style>
a { background-color: #DB472F; }
a { background-color: rgb(219,71,47); }
div.DivClassName
{
background-color: #DB472F;
}
.BgClassName
{
background-color: #DB472F;
}
</style>
border-color css
<style>
span { border-color: #DB472F; }
span { border-color: rgb(219,71,47); }
td.TdClassName
{
border-color: #DB472F;
}
.TagClassName
{
border-color: #DB472F;
}
</style>