Shades of Cinnabar #DB471F
Tints of Cinnabar #DB471F
RGB
CMYK
RGB Variations
Color information
#DB471F (or 0xDB471F) is known color: Cinnabar. HEX triplet: DB, 47 and 1F. RGB value is (219,71,31). Sum of RGB (Red+Green+Blue) = 219+71+31=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 71 (28.12% from 255 or 22.12% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB471F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB471F is #24B8E0. Grayscale: #6F6F6F. Windows color (decimal): -2406625 or 2050011. OLE color: 2050011.
HSL color Cylindrical-coordinate representation of color #DB471F: hue angle of 12.77º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB471F is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 31 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.14 |
| HSL | 12.77º | 0.75% | 0.49% | - |
| HSV(B) | 12.77º | 0.86% | 0.86% | - |
| XYZ | 31.71 | 19.67 | 3.42 | - |
| YUV | 110.69 | 83.03 | 205.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 31 | 0 | 0.68 | 0.86 | 0.14 | 12.77 | 0.75 | 0.49 |
| Hex | DB | 47 | 1F | 0 | 44 | 56 | E | D | 4B | 31 |
| Octal | 333 | 107 | 37 | 0 | 104 | 126 | 16 | 15 | 113 | 61 |
| Binary | 11011011 | 1000111 | 11111 | 0 | 1000100 | 1010110 | 1110 | 1101 | 1001011 | 110001 |
Color Harmonies of #DB471F
Complementary color
Monochromatic Colors of #DB471F
Black with #DB471F
Text Example
Text Example
White with #DB471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB471F; }
p { color: rgb(219,71,31); }
H1.HeaderClassName
{
color: #DB471F;
}
.AnyTagClassName
{
color: #DB471F;
}
</style>
background-color css
<style>
a { background-color: #DB471F; }
a { background-color: rgb(219,71,31); }
div.DivClassName
{
background-color: #DB471F;
}
.BgClassName
{
background-color: #DB471F;
}
</style>
border-color css
<style>
span { border-color: #DB471F; }
span { border-color: rgb(219,71,31); }
td.TdClassName
{
border-color: #DB471F;
}
.TagClassName
{
border-color: #DB471F;
}
</style>