Shades of Cinnabar #DB421F
Tints of Cinnabar #DB421F
RGB
CMYK
RGB Variations
Color information
#DB421F (or 0xDB421F) is known color: Cinnabar. HEX triplet: DB, 42 and 1F. RGB value is (219,66,31). Sum of RGB (Red+Green+Blue) = 219+66+31=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 66 (26.17% from 255 or 20.89% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB421F is #24BDE0. Grayscale: #6C6C6C. Windows color (decimal): -2407905 or 2048731. OLE color: 2048731.
HSL color Cylindrical-coordinate representation of color #DB421F: hue angle of 11.17º 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 #DB421F is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 66 | 31 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.14 |
| HSL | 11.17º | 0.75% | 0.49% | - |
| HSV(B) | 11.17º | 0.86% | 0.86% | - |
| XYZ | 31.41 | 19.06 | 3.32 | - |
| YUV | 107.76 | 84.69 | 207.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 66 | 31 | 0 | 0.70 | 0.86 | 0.14 | 11.17 | 0.75 | 0.49 |
| Hex | DB | 42 | 1F | 0 | 46 | 56 | E | B | 4B | 31 |
| Octal | 333 | 102 | 37 | 0 | 106 | 126 | 16 | 13 | 113 | 61 |
| Binary | 11011011 | 1000010 | 11111 | 0 | 1000110 | 1010110 | 1110 | 1011 | 1001011 | 110001 |
Color Harmonies of #DB421F
Complementary color
Monochromatic Colors of #DB421F
Black with #DB421F
Text Example
Text Example
White with #DB421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB421F; }
p { color: rgb(219,66,31); }
H1.HeaderClassName
{
color: #DB421F;
}
.AnyTagClassName
{
color: #DB421F;
}
</style>
background-color css
<style>
a { background-color: #DB421F; }
a { background-color: rgb(219,66,31); }
div.DivClassName
{
background-color: #DB421F;
}
.BgClassName
{
background-color: #DB421F;
}
</style>
border-color css
<style>
span { border-color: #DB421F; }
span { border-color: rgb(219,66,31); }
td.TdClassName
{
border-color: #DB421F;
}
.TagClassName
{
border-color: #DB421F;
}
</style>