Shades of Cinnabar #DB412F
Tints of Cinnabar #DB412F
RGB
CMYK
RGB Variations
Color information
#DB412F (or 0xDB412F) is known color: Cinnabar. HEX triplet: DB, 41 and 2F. RGB value is (219,65,47). Sum of RGB (Red+Green+Blue) = 219+65+47=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB412F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB412F is #24BED0. Grayscale: #6D6D6D. Windows color (decimal): -2408145 or 3097051. OLE color: 3097051.
HSL color Cylindrical-coordinate representation of color #DB412F: hue angle of 6.28º degrees, saturation: 0.7, 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 #DB412F is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 47 | - |
| CMYK | 0 | 0.70 | 0.79 | 0.14 |
| HSL | 6.28º | 0.7% | 0.52% | - |
| HSV(B) | 6.28º | 0.79% | 0.86% | - |
| XYZ | 31.62 | 19.05 | 4.7 | - |
| YUV | 108.99 | 93.02 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 47 | 0 | 0.70 | 0.79 | 0.14 | 6.28 | 0.7 | 0.52 |
| Hex | DB | 41 | 2F | 0 | 46 | 4F | E | 6 | 46 | 34 |
| Octal | 333 | 101 | 57 | 0 | 106 | 117 | 16 | 6 | 106 | 64 |
| Binary | 11011011 | 1000001 | 101111 | 0 | 1000110 | 1001111 | 1110 | 110 | 1000110 | 110100 |
Color Harmonies of #DB412F
Complementary color
Monochromatic Colors of #DB412F
Black with #DB412F
Text Example
Text Example
White with #DB412F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB412F; }
p { color: rgb(219,65,47); }
H1.HeaderClassName
{
color: #DB412F;
}
.AnyTagClassName
{
color: #DB412F;
}
</style>
background-color css
<style>
a { background-color: #DB412F; }
a { background-color: rgb(219,65,47); }
div.DivClassName
{
background-color: #DB412F;
}
.BgClassName
{
background-color: #DB412F;
}
</style>
border-color css
<style>
span { border-color: #DB412F; }
span { border-color: rgb(219,65,47); }
td.TdClassName
{
border-color: #DB412F;
}
.TagClassName
{
border-color: #DB412F;
}
</style>