Shades of Cinnabar #DB3625
Tints of Cinnabar #DB3625
RGB
CMYK
RGB Variations
Color information
#DB3625 (or 0xDB3625) is known color: Cinnabar. HEX triplet: DB, 36 and 25. RGB value is (219,54,37). Sum of RGB (Red+Green+Blue) = 219+54+37=310 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.65% from 310); Green value is 54 (21.48% from 255 or 17.42% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3625 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3625 is #24C9DA. Grayscale: #656565. Windows color (decimal): -2410971 or 2438875. OLE color: 2438875.
HSL color Cylindrical-coordinate representation of color #DB3625: hue angle of 5.6º 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 #DB3625 is Cyan = 0, Magento = 0.75, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 54 | 37 | - |
| CMYK | 0 | 0.75 | 0.83 | 0.14 |
| HSL | 5.6º | 0.72% | 0.5% | - |
| HSV(B) | 5.6º | 0.83% | 0.86% | - |
| XYZ | 30.87 | 17.83 | 3.57 | - |
| YUV | 101.4 | 91.66 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 54 | 37 | 0 | 0.75 | 0.83 | 0.14 | 5.6 | 0.72 | 0.5 |
| Hex | DB | 36 | 25 | 0 | 4B | 53 | E | 6 | 48 | 32 |
| Octal | 333 | 66 | 45 | 0 | 113 | 123 | 16 | 6 | 110 | 62 |
| Binary | 11011011 | 110110 | 100101 | 0 | 1001011 | 1010011 | 1110 | 110 | 1001000 | 110010 |
Color Harmonies of #DB3625
Complementary color
Monochromatic Colors of #DB3625
Black with #DB3625
Text Example
Text Example
White with #DB3625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3625; }
p { color: rgb(219,54,37); }
H1.HeaderClassName
{
color: #DB3625;
}
.AnyTagClassName
{
color: #DB3625;
}
</style>
background-color css
<style>
a { background-color: #DB3625; }
a { background-color: rgb(219,54,37); }
div.DivClassName
{
background-color: #DB3625;
}
.BgClassName
{
background-color: #DB3625;
}
</style>
border-color css
<style>
span { border-color: #DB3625; }
span { border-color: rgb(219,54,37); }
td.TdClassName
{
border-color: #DB3625;
}
.TagClassName
{
border-color: #DB3625;
}
</style>