Shades of Cinnabar #DB4D25
Tints of Cinnabar #DB4D25
RGB
CMYK
RGB Variations
Color information
#DB4D25 (or 0xDB4D25) is known color: Cinnabar. HEX triplet: DB, 4D and 25. RGB value is (219,77,37). Sum of RGB (Red+Green+Blue) = 219+77+37=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 37 (14.84% from 255 or 11.11% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4D25 is #24B2DA. Grayscale: #737373. Windows color (decimal): -2405083 or 2444763. OLE color: 2444763.
HSL color Cylindrical-coordinate representation of color #DB4D25: hue angle of 13.19º 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 #DB4D25 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 37 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.14 |
| HSL | 13.19º | 0.72% | 0.5% | - |
| HSV(B) | 13.19º | 0.83% | 0.86% | - |
| XYZ | 32.2 | 20.5 | 4.01 | - |
| YUV | 114.9 | 84.04 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 37 | 0 | 0.65 | 0.83 | 0.14 | 13.19 | 0.72 | 0.5 |
| Hex | DB | 4D | 25 | 0 | 41 | 53 | E | D | 48 | 32 |
| Octal | 333 | 115 | 45 | 0 | 101 | 123 | 16 | 15 | 110 | 62 |
| Binary | 11011011 | 1001101 | 100101 | 0 | 1000001 | 1010011 | 1110 | 1101 | 1001000 | 110010 |
Color Harmonies of #DB4D25
Complementary color
Monochromatic Colors of #DB4D25
Black with #DB4D25
Text Example
Text Example
White with #DB4D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D25; }
p { color: rgb(219,77,37); }
H1.HeaderClassName
{
color: #DB4D25;
}
.AnyTagClassName
{
color: #DB4D25;
}
</style>
background-color css
<style>
a { background-color: #DB4D25; }
a { background-color: rgb(219,77,37); }
div.DivClassName
{
background-color: #DB4D25;
}
.BgClassName
{
background-color: #DB4D25;
}
</style>
border-color css
<style>
span { border-color: #DB4D25; }
span { border-color: rgb(219,77,37); }
td.TdClassName
{
border-color: #DB4D25;
}
.TagClassName
{
border-color: #DB4D25;
}
</style>