Shades of Cinnabar #DB413F
Tints of Cinnabar #DB413F
RGB
CMYK
RGB Variations
Color information
#DB413F (or 0xDB413F) is known color: Cinnabar. HEX triplet: DB, 41 and 3F. RGB value is (219,65,63). Sum of RGB (Red+Green+Blue) = 219+65+63=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB413F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB413F is #24BEC0. Grayscale: #6E6E6E. Windows color (decimal): -2408129 or 4145627. OLE color: 4145627.
HSL color Cylindrical-coordinate representation of color #DB413F: hue angle of 0.77º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB413F is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 63 | - |
| CMYK | 0 | 0.70 | 0.71 | 0.14 |
| HSL | 0.77º | 0.68% | 0.55% | - |
| HSV(B) | 0.77º | 0.71% | 0.86% | - |
| XYZ | 32 | 19.2 | 6.72 | - |
| YUV | 110.82 | 101.02 | 205.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 63 | 0 | 0.70 | 0.71 | 0.14 | 0.77 | 0.68 | 0.55 |
| Hex | DB | 41 | 3F | 0 | 46 | 47 | E | 1 | 44 | 37 |
| Octal | 333 | 101 | 77 | 0 | 106 | 107 | 16 | 1 | 104 | 67 |
| Binary | 11011011 | 1000001 | 111111 | 0 | 1000110 | 1000111 | 1110 | 1 | 1000100 | 110111 |
Color Harmonies of #DB413F
Complementary color
Monochromatic Colors of #DB413F
Black with #DB413F
Text Example
Text Example
White with #DB413F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB413F; }
p { color: rgb(219,65,63); }
H1.HeaderClassName
{
color: #DB413F;
}
.AnyTagClassName
{
color: #DB413F;
}
</style>
background-color css
<style>
a { background-color: #DB413F; }
a { background-color: rgb(219,65,63); }
div.DivClassName
{
background-color: #DB413F;
}
.BgClassName
{
background-color: #DB413F;
}
</style>
border-color css
<style>
span { border-color: #DB413F; }
span { border-color: rgb(219,65,63); }
td.TdClassName
{
border-color: #DB413F;
}
.TagClassName
{
border-color: #DB413F;
}
</style>