Shades of Cinnabar #DB482D
Tints of Cinnabar #DB482D
RGB
CMYK
RGB Variations
Color information
#DB482D (or 0xDB482D) is known color: Cinnabar. HEX triplet: DB, 48 and 2D. RGB value is (219,72,45). Sum of RGB (Red+Green+Blue) = 219+72+45=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB482D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB482D is #24B7D2. Grayscale: #717171. Windows color (decimal): -2406355 or 2967771. OLE color: 2967771.
HSL color Cylindrical-coordinate representation of color #DB482D: hue angle of 9.31º degrees, saturation: 0.71, 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 #DB482D is Cyan = 0, Magento = 0.67, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 45 | - |
| CMYK | 0 | 0.67 | 0.79 | 0.14 |
| HSL | 9.31º | 0.71% | 0.52% | - |
| HSV(B) | 9.31º | 0.79% | 0.86% | - |
| XYZ | 32 | 19.88 | 4.63 | - |
| YUV | 112.88 | 89.7 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 45 | 0 | 0.67 | 0.79 | 0.14 | 9.31 | 0.71 | 0.52 |
| Hex | DB | 48 | 2D | 0 | 43 | 4F | E | 9 | 47 | 34 |
| Octal | 333 | 110 | 55 | 0 | 103 | 117 | 16 | 11 | 107 | 64 |
| Binary | 11011011 | 1001000 | 101101 | 0 | 1000011 | 1001111 | 1110 | 1001 | 1000111 | 110100 |
Color Harmonies of #DB482D
Complementary color
Monochromatic Colors of #DB482D
Black with #DB482D
Text Example
Text Example
White with #DB482D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB482D; }
p { color: rgb(219,72,45); }
H1.HeaderClassName
{
color: #DB482D;
}
.AnyTagClassName
{
color: #DB482D;
}
</style>
background-color css
<style>
a { background-color: #DB482D; }
a { background-color: rgb(219,72,45); }
div.DivClassName
{
background-color: #DB482D;
}
.BgClassName
{
background-color: #DB482D;
}
</style>
border-color css
<style>
span { border-color: #DB482D; }
span { border-color: rgb(219,72,45); }
td.TdClassName
{
border-color: #DB482D;
}
.TagClassName
{
border-color: #DB482D;
}
</style>