Shades of Cinnabar #DB412A
Tints of Cinnabar #DB412A
RGB
CMYK
RGB Variations
Color information
#DB412A (or 0xDB412A) is known color: Cinnabar. HEX triplet: DB, 41 and 2A. RGB value is (219,65,42). Sum of RGB (Red+Green+Blue) = 219+65+42=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 42 (16.80% from 255 or 12.88% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB412A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB412A is #24BED5. Grayscale: #6C6C6C. Windows color (decimal): -2408150 or 2769371. OLE color: 2769371.
HSL color Cylindrical-coordinate representation of color #DB412A: hue angle of 7.8º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB412A is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 42 | - |
| CMYK | 0 | 0.70 | 0.81 | 0.14 |
| HSL | 7.8º | 0.71% | 0.51% | - |
| HSV(B) | 7.8º | 0.81% | 0.86% | - |
| XYZ | 31.52 | 19.01 | 4.2 | - |
| YUV | 108.42 | 90.52 | 206.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 42 | 0 | 0.70 | 0.81 | 0.14 | 7.8 | 0.71 | 0.51 |
| Hex | DB | 41 | 2A | 0 | 46 | 51 | E | 8 | 47 | 33 |
| Octal | 333 | 101 | 52 | 0 | 106 | 121 | 16 | 10 | 107 | 63 |
| Binary | 11011011 | 1000001 | 101010 | 0 | 1000110 | 1010001 | 1110 | 1000 | 1000111 | 110011 |
Color Harmonies of #DB412A
Complementary color
Monochromatic Colors of #DB412A
Black with #DB412A
Text Example
Text Example
White with #DB412A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB412A; }
p { color: rgb(219,65,42); }
H1.HeaderClassName
{
color: #DB412A;
}
.AnyTagClassName
{
color: #DB412A;
}
</style>
background-color css
<style>
a { background-color: #DB412A; }
a { background-color: rgb(219,65,42); }
div.DivClassName
{
background-color: #DB412A;
}
.BgClassName
{
background-color: #DB412A;
}
</style>
border-color css
<style>
span { border-color: #DB412A; }
span { border-color: rgb(219,65,42); }
td.TdClassName
{
border-color: #DB412A;
}
.TagClassName
{
border-color: #DB412A;
}
</style>