Shades of Cinnabar #DB481F
Tints of Cinnabar #DB481F
RGB
CMYK
RGB Variations
Color information
#DB481F (or 0xDB481F) is known color: Cinnabar. HEX triplet: DB, 48 and 1F. RGB value is (219,72,31). Sum of RGB (Red+Green+Blue) = 219+72+31=322 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.01% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 219 - color contains mainly: red. Hex color #DB481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB481F is #24B7E0. Grayscale: #6F6F6F. Windows color (decimal): -2406369 or 2050267. OLE color: 2050267.
HSL color Cylindrical-coordinate representation of color #DB481F: hue angle of 13.09º 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 #DB481F is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 31 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.14 |
| HSL | 13.09º | 0.75% | 0.49% | - |
| HSV(B) | 13.09º | 0.86% | 0.86% | - |
| XYZ | 31.78 | 19.79 | 3.44 | - |
| YUV | 111.28 | 82.7 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 31 | 0 | 0.67 | 0.86 | 0.14 | 13.09 | 0.75 | 0.49 |
| Hex | DB | 48 | 1F | 0 | 43 | 56 | E | D | 4B | 31 |
| Octal | 333 | 110 | 37 | 0 | 103 | 126 | 16 | 15 | 113 | 61 |
| Binary | 11011011 | 1001000 | 11111 | 0 | 1000011 | 1010110 | 1110 | 1101 | 1001011 | 110001 |
Color Harmonies of #DB481F
Complementary color
Monochromatic Colors of #DB481F
Black with #DB481F
Text Example
Text Example
White with #DB481F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB481F; }
p { color: rgb(219,72,31); }
H1.HeaderClassName
{
color: #DB481F;
}
.AnyTagClassName
{
color: #DB481F;
}
</style>
background-color css
<style>
a { background-color: #DB481F; }
a { background-color: rgb(219,72,31); }
div.DivClassName
{
background-color: #DB481F;
}
.BgClassName
{
background-color: #DB481F;
}
</style>
border-color css
<style>
span { border-color: #DB481F; }
span { border-color: rgb(219,72,31); }
td.TdClassName
{
border-color: #DB481F;
}
.TagClassName
{
border-color: #DB481F;
}
</style>