Shades of Cinnabar #DB4125
Tints of Cinnabar #DB4125
RGB
CMYK
RGB Variations
Color information
#DB4125 (or 0xDB4125) is known color: Cinnabar. HEX triplet: DB, 41 and 25. RGB value is (219,65,37). Sum of RGB (Red+Green+Blue) = 219+65+37=321 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.22% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 37 (14.84% from 255 or 11.53% from 321); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4125 is #24BEDA. Grayscale: #6C6C6C. Windows color (decimal): -2408155 or 2441691. OLE color: 2441691.
HSL color Cylindrical-coordinate representation of color #DB4125: hue angle of 9.23º 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 #DB4125 is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 37 | - |
| CMYK | 0 | 0.70 | 0.83 | 0.14 |
| HSL | 9.23º | 0.72% | 0.5% | - |
| HSV(B) | 9.23º | 0.83% | 0.86% | - |
| XYZ | 31.44 | 18.97 | 3.76 | - |
| YUV | 107.85 | 88.02 | 207.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 37 | 0 | 0.70 | 0.83 | 0.14 | 9.23 | 0.72 | 0.5 |
| Hex | DB | 41 | 25 | 0 | 46 | 53 | E | 9 | 48 | 32 |
| Octal | 333 | 101 | 45 | 0 | 106 | 123 | 16 | 11 | 110 | 62 |
| Binary | 11011011 | 1000001 | 100101 | 0 | 1000110 | 1010011 | 1110 | 1001 | 1001000 | 110010 |
Color Harmonies of #DB4125
Complementary color
Monochromatic Colors of #DB4125
Black with #DB4125
Text Example
Text Example
White with #DB4125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4125; }
p { color: rgb(219,65,37); }
H1.HeaderClassName
{
color: #DB4125;
}
.AnyTagClassName
{
color: #DB4125;
}
</style>
background-color css
<style>
a { background-color: #DB4125; }
a { background-color: rgb(219,65,37); }
div.DivClassName
{
background-color: #DB4125;
}
.BgClassName
{
background-color: #DB4125;
}
</style>
border-color css
<style>
span { border-color: #DB4125; }
span { border-color: rgb(219,65,37); }
td.TdClassName
{
border-color: #DB4125;
}
.TagClassName
{
border-color: #DB4125;
}
</style>