Shades of Cinnabar #DB413C
Tints of Cinnabar #DB413C
RGB
CMYK
RGB Variations
Color information
#DB413C (or 0xDB413C) is known color: Cinnabar. HEX triplet: DB, 41 and 3C. RGB value is (219,65,60). Sum of RGB (Red+Green+Blue) = 219+65+60=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB413C is #24BEC3. Grayscale: #6E6E6E. Windows color (decimal): -2408132 or 3949019. OLE color: 3949019.
HSL color Cylindrical-coordinate representation of color #DB413C: hue angle of 1.89º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB413C is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 60 | - |
| CMYK | 0 | 0.70 | 0.73 | 0.14 |
| HSL | 1.89º | 0.69% | 0.55% | - |
| HSV(B) | 1.89º | 0.73% | 0.86% | - |
| XYZ | 31.92 | 19.17 | 6.29 | - |
| YUV | 110.48 | 99.52 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 60 | 0 | 0.70 | 0.73 | 0.14 | 1.89 | 0.69 | 0.55 |
| Hex | DB | 41 | 3C | 0 | 46 | 49 | E | 2 | 45 | 37 |
| Octal | 333 | 101 | 74 | 0 | 106 | 111 | 16 | 2 | 105 | 67 |
| Binary | 11011011 | 1000001 | 111100 | 0 | 1000110 | 1001001 | 1110 | 10 | 1000101 | 110111 |
Color Harmonies of #DB413C
Complementary color
Monochromatic Colors of #DB413C
Black with #DB413C
Text Example
Text Example
White with #DB413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB413C; }
p { color: rgb(219,65,60); }
H1.HeaderClassName
{
color: #DB413C;
}
.AnyTagClassName
{
color: #DB413C;
}
</style>
background-color css
<style>
a { background-color: #DB413C; }
a { background-color: rgb(219,65,60); }
div.DivClassName
{
background-color: #DB413C;
}
.BgClassName
{
background-color: #DB413C;
}
</style>
border-color css
<style>
span { border-color: #DB413C; }
span { border-color: rgb(219,65,60); }
td.TdClassName
{
border-color: #DB413C;
}
.TagClassName
{
border-color: #DB413C;
}
</style>