Shades of Cinnabar #DB413A
Tints of Cinnabar #DB413A
RGB
CMYK
RGB Variations
Color information
#DB413A (or 0xDB413A) is known color: Cinnabar. HEX triplet: DB, 41 and 3A. RGB value is (219,65,58). Sum of RGB (Red+Green+Blue) = 219+65+58=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 58 (23.05% from 255 or 16.96% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB413A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB413A is #24BEC5. Grayscale: #6E6E6E. Windows color (decimal): -2408134 or 3817947. OLE color: 3817947.
HSL color Cylindrical-coordinate representation of color #DB413A: hue angle of 2.61º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB413A is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 58 | - |
| CMYK | 0 | 0.70 | 0.74 | 0.14 |
| HSL | 2.61º | 0.69% | 0.54% | - |
| HSV(B) | 2.61º | 0.74% | 0.86% | - |
| XYZ | 31.87 | 19.15 | 6.02 | - |
| YUV | 110.25 | 98.52 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 58 | 0 | 0.70 | 0.74 | 0.14 | 2.61 | 0.69 | 0.54 |
| Hex | DB | 41 | 3A | 0 | 46 | 4A | E | 3 | 45 | 36 |
| Octal | 333 | 101 | 72 | 0 | 106 | 112 | 16 | 3 | 105 | 66 |
| Binary | 11011011 | 1000001 | 111010 | 0 | 1000110 | 1001010 | 1110 | 11 | 1000101 | 110110 |
Color Harmonies of #DB413A
Complementary color
Monochromatic Colors of #DB413A
Black with #DB413A
Text Example
Text Example
White with #DB413A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB413A; }
p { color: rgb(219,65,58); }
H1.HeaderClassName
{
color: #DB413A;
}
.AnyTagClassName
{
color: #DB413A;
}
</style>
background-color css
<style>
a { background-color: #DB413A; }
a { background-color: rgb(219,65,58); }
div.DivClassName
{
background-color: #DB413A;
}
.BgClassName
{
background-color: #DB413A;
}
</style>
border-color css
<style>
span { border-color: #DB413A; }
span { border-color: rgb(219,65,58); }
td.TdClassName
{
border-color: #DB413A;
}
.TagClassName
{
border-color: #DB413A;
}
</style>