Shades of Cinnabar #DB4E25
Tints of Cinnabar #DB4E25
RGB
CMYK
RGB Variations
Color information
#DB4E25 (or 0xDB4E25) is known color: Cinnabar. HEX triplet: DB, 4E and 25. RGB value is (219,78,37). Sum of RGB (Red+Green+Blue) = 219+78+37=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E25 is #24B1DA. Grayscale: #737373. Windows color (decimal): -2404827 or 2445019. OLE color: 2445019.
HSL color Cylindrical-coordinate representation of color #DB4E25: hue angle of 13.52º 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 #DB4E25 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 37 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.14 |
| HSL | 13.52º | 0.72% | 0.5% | - |
| HSV(B) | 13.52º | 0.83% | 0.86% | - |
| XYZ | 32.27 | 20.64 | 4.03 | - |
| YUV | 115.49 | 83.71 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 37 | 0 | 0.64 | 0.83 | 0.14 | 13.52 | 0.72 | 0.5 |
| Hex | DB | 4E | 25 | 0 | 40 | 53 | E | E | 48 | 32 |
| Octal | 333 | 116 | 45 | 0 | 100 | 123 | 16 | 16 | 110 | 62 |
| Binary | 11011011 | 1001110 | 100101 | 0 | 1000000 | 1010011 | 1110 | 1110 | 1001000 | 110010 |
Color Harmonies of #DB4E25
Complementary color
Monochromatic Colors of #DB4E25
Black with #DB4E25
Text Example
Text Example
White with #DB4E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E25; }
p { color: rgb(219,78,37); }
H1.HeaderClassName
{
color: #DB4E25;
}
.AnyTagClassName
{
color: #DB4E25;
}
</style>
background-color css
<style>
a { background-color: #DB4E25; }
a { background-color: rgb(219,78,37); }
div.DivClassName
{
background-color: #DB4E25;
}
.BgClassName
{
background-color: #DB4E25;
}
</style>
border-color css
<style>
span { border-color: #DB4E25; }
span { border-color: rgb(219,78,37); }
td.TdClassName
{
border-color: #DB4E25;
}
.TagClassName
{
border-color: #DB4E25;
}
</style>