Shades of Cinnabar #DB3C25
Tints of Cinnabar #DB3C25
RGB
CMYK
RGB Variations
Color information
#DB3C25 (or 0xDB3C25) is known color: Cinnabar. HEX triplet: DB, 3C and 25. RGB value is (219,60,37). Sum of RGB (Red+Green+Blue) = 219+60+37=316 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.30% from 316); Green value is 60 (23.83% from 255 or 18.99% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3C25 is #24C3DA. Grayscale: #696969. Windows color (decimal): -2409435 or 2440411. OLE color: 2440411.
HSL color Cylindrical-coordinate representation of color #DB3C25: hue angle of 7.58º 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 #DB3C25 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 37 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.14 |
| HSL | 7.58º | 0.72% | 0.5% | - |
| HSV(B) | 7.58º | 0.83% | 0.86% | - |
| XYZ | 31.16 | 18.43 | 3.66 | - |
| YUV | 104.92 | 89.68 | 209.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 37 | 0 | 0.73 | 0.83 | 0.14 | 7.58 | 0.72 | 0.5 |
| Hex | DB | 3C | 25 | 0 | 49 | 53 | E | 8 | 48 | 32 |
| Octal | 333 | 74 | 45 | 0 | 111 | 123 | 16 | 10 | 110 | 62 |
| Binary | 11011011 | 111100 | 100101 | 0 | 1001001 | 1010011 | 1110 | 1000 | 1001000 | 110010 |
Color Harmonies of #DB3C25
Complementary color
Monochromatic Colors of #DB3C25
Black with #DB3C25
Text Example
Text Example
White with #DB3C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C25; }
p { color: rgb(219,60,37); }
H1.HeaderClassName
{
color: #DB3C25;
}
.AnyTagClassName
{
color: #DB3C25;
}
</style>
background-color css
<style>
a { background-color: #DB3C25; }
a { background-color: rgb(219,60,37); }
div.DivClassName
{
background-color: #DB3C25;
}
.BgClassName
{
background-color: #DB3C25;
}
</style>
border-color css
<style>
span { border-color: #DB3C25; }
span { border-color: rgb(219,60,37); }
td.TdClassName
{
border-color: #DB3C25;
}
.TagClassName
{
border-color: #DB3C25;
}
</style>