Shades of Cinnabar #DB3825
Tints of Cinnabar #DB3825
RGB
CMYK
RGB Variations
Color information
#DB3825 (or 0xDB3825) is known color: Cinnabar. HEX triplet: DB, 38 and 25. RGB value is (219,56,37). Sum of RGB (Red+Green+Blue) = 219+56+37=312 (41% of max value = 765). Red value is 219 (85.94% from 255 or 70.19% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 37 (14.84% from 255 or 11.86% from 312); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3825 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3825 is #24C7DA. Grayscale: #666666. Windows color (decimal): -2410459 or 2439387. OLE color: 2439387.
HSL color Cylindrical-coordinate representation of color #DB3825: hue angle of 6.26º 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 #DB3825 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 37 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.14 |
| HSL | 6.26º | 0.72% | 0.5% | - |
| HSV(B) | 6.26º | 0.83% | 0.86% | - |
| XYZ | 30.96 | 18.02 | 3.6 | - |
| YUV | 102.57 | 91 | 211.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 37 | 0 | 0.74 | 0.83 | 0.14 | 6.26 | 0.72 | 0.5 |
| Hex | DB | 38 | 25 | 0 | 4A | 53 | E | 6 | 48 | 32 |
| Octal | 333 | 70 | 45 | 0 | 112 | 123 | 16 | 6 | 110 | 62 |
| Binary | 11011011 | 111000 | 100101 | 0 | 1001010 | 1010011 | 1110 | 110 | 1001000 | 110010 |
Color Harmonies of #DB3825
Complementary color
Monochromatic Colors of #DB3825
Black with #DB3825
Text Example
Text Example
White with #DB3825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3825; }
p { color: rgb(219,56,37); }
H1.HeaderClassName
{
color: #DB3825;
}
.AnyTagClassName
{
color: #DB3825;
}
</style>
background-color css
<style>
a { background-color: #DB3825; }
a { background-color: rgb(219,56,37); }
div.DivClassName
{
background-color: #DB3825;
}
.BgClassName
{
background-color: #DB3825;
}
</style>
border-color css
<style>
span { border-color: #DB3825; }
span { border-color: rgb(219,56,37); }
td.TdClassName
{
border-color: #DB3825;
}
.TagClassName
{
border-color: #DB3825;
}
</style>