Shades of Cinnabar #DB3D25
Tints of Cinnabar #DB3D25
RGB
CMYK
RGB Variations
Color information
#DB3D25 (or 0xDB3D25) is known color: Cinnabar. HEX triplet: DB, 3D and 25. RGB value is (219,61,37). Sum of RGB (Red+Green+Blue) = 219+61+37=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3D25 is #24C2DA. Grayscale: #696969. Windows color (decimal): -2409179 or 2440667. OLE color: 2440667.
HSL color Cylindrical-coordinate representation of color #DB3D25: hue angle of 7.91º 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 #DB3D25 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 37 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.14 |
| HSL | 7.91º | 0.72% | 0.5% | - |
| HSV(B) | 7.91º | 0.83% | 0.86% | - |
| XYZ | 31.22 | 18.53 | 3.68 | - |
| YUV | 105.51 | 89.35 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 37 | 0 | 0.72 | 0.83 | 0.14 | 7.91 | 0.72 | 0.5 |
| Hex | DB | 3D | 25 | 0 | 48 | 53 | E | 8 | 48 | 32 |
| Octal | 333 | 75 | 45 | 0 | 110 | 123 | 16 | 10 | 110 | 62 |
| Binary | 11011011 | 111101 | 100101 | 0 | 1001000 | 1010011 | 1110 | 1000 | 1001000 | 110010 |
Color Harmonies of #DB3D25
Complementary color
Monochromatic Colors of #DB3D25
Black with #DB3D25
Text Example
Text Example
White with #DB3D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D25; }
p { color: rgb(219,61,37); }
H1.HeaderClassName
{
color: #DB3D25;
}
.AnyTagClassName
{
color: #DB3D25;
}
</style>
background-color css
<style>
a { background-color: #DB3D25; }
a { background-color: rgb(219,61,37); }
div.DivClassName
{
background-color: #DB3D25;
}
.BgClassName
{
background-color: #DB3D25;
}
</style>
border-color css
<style>
span { border-color: #DB3D25; }
span { border-color: rgb(219,61,37); }
td.TdClassName
{
border-color: #DB3D25;
}
.TagClassName
{
border-color: #DB3D25;
}
</style>