Shades of Cinnabar #DB412D
Tints of Cinnabar #DB412D
RGB
CMYK
RGB Variations
Color information
#DB412D (or 0xDB412D) is known color: Cinnabar. HEX triplet: DB, 41 and 2D. RGB value is (219,65,45). Sum of RGB (Red+Green+Blue) = 219+65+45=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 45 (17.97% from 255 or 13.68% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB412D is #24BED2. Grayscale: #6D6D6D. Windows color (decimal): -2408147 or 2965979. OLE color: 2965979.
HSL color Cylindrical-coordinate representation of color #DB412D: hue angle of 6.9º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB412D is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 45 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.14 |
| HSL | 6.9º | 0.71% | 0.52% | - |
| HSV(B) | 6.9º | 0.79% | 0.86% | - |
| XYZ | 31.58 | 19.03 | 4.49 | - |
| YUV | 108.77 | 92.02 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 45 | 0 | 0.70 | 0.79 | 0.14 | 6.9 | 0.71 | 0.52 |
| Hex | DB | 41 | 2D | 0 | 46 | 4F | E | 7 | 47 | 34 |
| Octal | 333 | 101 | 55 | 0 | 106 | 117 | 16 | 7 | 107 | 64 |
| Binary | 11011011 | 1000001 | 101101 | 0 | 1000110 | 1001111 | 1110 | 111 | 1000111 | 110100 |
Color Harmonies of #DB412D
Complementary color
Monochromatic Colors of #DB412D
Black with #DB412D
Text Example
Text Example
White with #DB412D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB412D; }
p { color: rgb(219,65,45); }
H1.HeaderClassName
{
color: #DB412D;
}
.AnyTagClassName
{
color: #DB412D;
}
</style>
background-color css
<style>
a { background-color: #DB412D; }
a { background-color: rgb(219,65,45); }
div.DivClassName
{
background-color: #DB412D;
}
.BgClassName
{
background-color: #DB412D;
}
</style>
border-color css
<style>
span { border-color: #DB412D; }
span { border-color: rgb(219,65,45); }
td.TdClassName
{
border-color: #DB412D;
}
.TagClassName
{
border-color: #DB412D;
}
</style>