Shades of Cinnabar #DB412C
Tints of Cinnabar #DB412C
RGB
CMYK
RGB Variations
Color information
#DB412C (or 0xDB412C) is known color: Cinnabar. HEX triplet: DB, 41 and 2C. RGB value is (219,65,44). Sum of RGB (Red+Green+Blue) = 219+65+44=328 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.77% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 44 (17.58% from 255 or 13.41% from 328); Max value from RGB is 219 - color contains mainly: red. Hex color #DB412C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB412C is #24BED3. Grayscale: #6C6C6C. Windows color (decimal): -2408148 or 2900443. OLE color: 2900443.
HSL color Cylindrical-coordinate representation of color #DB412C: hue angle of 7.2º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB412C is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 44 | - |
| CMYK | 0 | 0.70 | 0.80 | 0.14 |
| HSL | 7.2º | 0.71% | 0.52% | - |
| HSV(B) | 7.2º | 0.8% | 0.86% | - |
| XYZ | 31.56 | 19.02 | 4.39 | - |
| YUV | 108.65 | 91.52 | 206.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 44 | 0 | 0.70 | 0.80 | 0.14 | 7.2 | 0.71 | 0.52 |
| Hex | DB | 41 | 2C | 0 | 46 | 50 | E | 7 | 47 | 34 |
| Octal | 333 | 101 | 54 | 0 | 106 | 120 | 16 | 7 | 107 | 64 |
| Binary | 11011011 | 1000001 | 101100 | 0 | 1000110 | 1010000 | 1110 | 111 | 1000111 | 110100 |
Color Harmonies of #DB412C
Complementary color
Monochromatic Colors of #DB412C
Black with #DB412C
Text Example
Text Example
White with #DB412C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB412C; }
p { color: rgb(219,65,44); }
H1.HeaderClassName
{
color: #DB412C;
}
.AnyTagClassName
{
color: #DB412C;
}
</style>
background-color css
<style>
a { background-color: #DB412C; }
a { background-color: rgb(219,65,44); }
div.DivClassName
{
background-color: #DB412C;
}
.BgClassName
{
background-color: #DB412C;
}
</style>
border-color css
<style>
span { border-color: #DB412C; }
span { border-color: rgb(219,65,44); }
td.TdClassName
{
border-color: #DB412C;
}
.TagClassName
{
border-color: #DB412C;
}
</style>