Shades of Cinnabar #DB5239
Tints of Cinnabar #DB5239
RGB
CMYK
RGB Variations
Color information
#DB5239 (or 0xDB5239) is known color: Cinnabar. HEX triplet: DB, 52 and 39. RGB value is (219,82,57). Sum of RGB (Red+Green+Blue) = 219+82+57=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 57 (22.66% from 255 or 15.92% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB5239 is #24ADC6. Grayscale: #787878. Windows color (decimal): -2403783 or 3756763. OLE color: 3756763.
HSL color Cylindrical-coordinate representation of color #DB5239: hue angle of 9.26º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB5239 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 82 | 57 | - |
| CMYK | 0 | 0.63 | 0.74 | 0.14 |
| HSL | 9.26º | 0.69% | 0.54% | - |
| HSV(B) | 9.26º | 0.74% | 0.86% | - |
| XYZ | 32.97 | 21.39 | 6.26 | - |
| YUV | 120.11 | 92.39 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 82 | 57 | 0 | 0.63 | 0.74 | 0.14 | 9.26 | 0.69 | 0.54 |
| Hex | DB | 52 | 39 | 0 | 3F | 4A | E | 9 | 45 | 36 |
| Octal | 333 | 122 | 71 | 0 | 77 | 112 | 16 | 11 | 105 | 66 |
| Binary | 11011011 | 1010010 | 111001 | 0 | 111111 | 1001010 | 1110 | 1001 | 1000101 | 110110 |
Color Harmonies of #DB5239
Complementary color
Monochromatic Colors of #DB5239
Black with #DB5239
Text Example
Text Example
White with #DB5239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5239; }
p { color: rgb(219,82,57); }
H1.HeaderClassName
{
color: #DB5239;
}
.AnyTagClassName
{
color: #DB5239;
}
</style>
background-color css
<style>
a { background-color: #DB5239; }
a { background-color: rgb(219,82,57); }
div.DivClassName
{
background-color: #DB5239;
}
.BgClassName
{
background-color: #DB5239;
}
</style>
border-color css
<style>
span { border-color: #DB5239; }
span { border-color: rgb(219,82,57); }
td.TdClassName
{
border-color: #DB5239;
}
.TagClassName
{
border-color: #DB5239;
}
</style>