Shades of Cinnabar #DB413E
Tints of Cinnabar #DB413E
RGB
CMYK
RGB Variations
Color information
#DB413E (or 0xDB413E) is known color: Cinnabar. HEX triplet: DB, 41 and 3E. RGB value is (219,65,62). Sum of RGB (Red+Green+Blue) = 219+65+62=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB413E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB413E is #24BEC1. Grayscale: #6E6E6E. Windows color (decimal): -2408130 or 4080091. OLE color: 4080091.
HSL color Cylindrical-coordinate representation of color #DB413E: hue angle of 1.15º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB413E is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 62 | - |
| CMYK | 0 | 0.70 | 0.72 | 0.14 |
| HSL | 1.15º | 0.69% | 0.55% | - |
| HSV(B) | 1.15º | 0.72% | 0.86% | - |
| XYZ | 31.97 | 19.19 | 6.58 | - |
| YUV | 110.7 | 100.52 | 205.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 62 | 0 | 0.70 | 0.72 | 0.14 | 1.15 | 0.69 | 0.55 |
| Hex | DB | 41 | 3E | 0 | 46 | 48 | E | 1 | 45 | 37 |
| Octal | 333 | 101 | 76 | 0 | 106 | 110 | 16 | 1 | 105 | 67 |
| Binary | 11011011 | 1000001 | 111110 | 0 | 1000110 | 1001000 | 1110 | 1 | 1000101 | 110111 |
Color Harmonies of #DB413E
Complementary color
Monochromatic Colors of #DB413E
Black with #DB413E
Text Example
Text Example
White with #DB413E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB413E; }
p { color: rgb(219,65,62); }
H1.HeaderClassName
{
color: #DB413E;
}
.AnyTagClassName
{
color: #DB413E;
}
</style>
background-color css
<style>
a { background-color: #DB413E; }
a { background-color: rgb(219,65,62); }
div.DivClassName
{
background-color: #DB413E;
}
.BgClassName
{
background-color: #DB413E;
}
</style>
border-color css
<style>
span { border-color: #DB413E; }
span { border-color: rgb(219,65,62); }
td.TdClassName
{
border-color: #DB413E;
}
.TagClassName
{
border-color: #DB413E;
}
</style>