Shades of Cinnabar #DB4135
Tints of Cinnabar #DB4135
RGB
CMYK
RGB Variations
Color information
#DB4135 (or 0xDB4135) is known color: Cinnabar. HEX triplet: DB, 41 and 35. RGB value is (219,65,53). Sum of RGB (Red+Green+Blue) = 219+65+53=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4135 is #24BECA. Grayscale: #6D6D6D. Windows color (decimal): -2408139 or 3490267. OLE color: 3490267.
HSL color Cylindrical-coordinate representation of color #DB4135: hue angle of 4.34º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB4135 is Cyan = 0, Magento = 0.70, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 53 | - |
| CMYK | 0 | 0.70 | 0.76 | 0.14 |
| HSL | 4.34º | 0.7% | 0.53% | - |
| HSV(B) | 4.34º | 0.76% | 0.86% | - |
| XYZ | 31.75 | 19.1 | 5.38 | - |
| YUV | 109.68 | 96.02 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 53 | 0 | 0.70 | 0.76 | 0.14 | 4.34 | 0.7 | 0.53 |
| Hex | DB | 41 | 35 | 0 | 46 | 4C | E | 4 | 46 | 35 |
| Octal | 333 | 101 | 65 | 0 | 106 | 114 | 16 | 4 | 106 | 65 |
| Binary | 11011011 | 1000001 | 110101 | 0 | 1000110 | 1001100 | 1110 | 100 | 1000110 | 110101 |
Color Harmonies of #DB4135
Complementary color
Monochromatic Colors of #DB4135
Black with #DB4135
Text Example
Text Example
White with #DB4135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4135; }
p { color: rgb(219,65,53); }
H1.HeaderClassName
{
color: #DB4135;
}
.AnyTagClassName
{
color: #DB4135;
}
</style>
background-color css
<style>
a { background-color: #DB4135; }
a { background-color: rgb(219,65,53); }
div.DivClassName
{
background-color: #DB4135;
}
.BgClassName
{
background-color: #DB4135;
}
</style>
border-color css
<style>
span { border-color: #DB4135; }
span { border-color: rgb(219,65,53); }
td.TdClassName
{
border-color: #DB4135;
}
.TagClassName
{
border-color: #DB4135;
}
</style>