Shades of Cinnabar #DB4825
Tints of Cinnabar #DB4825
RGB
CMYK
RGB Variations
Color information
#DB4825 (or 0xDB4825) is known color: Cinnabar. HEX triplet: DB, 48 and 25. RGB value is (219,72,37). Sum of RGB (Red+Green+Blue) = 219+72+37=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 72 (28.52% from 255 or 21.95% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4825 is #24B7DA. Grayscale: #707070. Windows color (decimal): -2406363 or 2443483. OLE color: 2443483.
HSL color Cylindrical-coordinate representation of color #DB4825: hue angle of 11.54º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB4825 is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 72 | 37 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.14 |
| HSL | 11.54º | 0.72% | 0.5% | - |
| HSV(B) | 11.54º | 0.83% | 0.86% | - |
| XYZ | 31.86 | 19.83 | 3.9 | - |
| YUV | 111.96 | 85.7 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 72 | 37 | 0 | 0.67 | 0.83 | 0.14 | 11.54 | 0.72 | 0.5 |
| Hex | DB | 48 | 25 | 0 | 43 | 53 | E | C | 48 | 32 |
| Octal | 333 | 110 | 45 | 0 | 103 | 123 | 16 | 14 | 110 | 62 |
| Binary | 11011011 | 1001000 | 100101 | 0 | 1000011 | 1010011 | 1110 | 1100 | 1001000 | 110010 |
Color Harmonies of #DB4825
Complementary color
Monochromatic Colors of #DB4825
Black with #DB4825
Text Example
Text Example
White with #DB4825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4825; }
p { color: rgb(219,72,37); }
H1.HeaderClassName
{
color: #DB4825;
}
.AnyTagClassName
{
color: #DB4825;
}
</style>
background-color css
<style>
a { background-color: #DB4825; }
a { background-color: rgb(219,72,37); }
div.DivClassName
{
background-color: #DB4825;
}
.BgClassName
{
background-color: #DB4825;
}
</style>
border-color css
<style>
span { border-color: #DB4825; }
span { border-color: rgb(219,72,37); }
td.TdClassName
{
border-color: #DB4825;
}
.TagClassName
{
border-color: #DB4825;
}
</style>