Shades of Cinnabar #DB462B
Tints of Cinnabar #DB462B
RGB
CMYK
RGB Variations
Color information
#DB462B (or 0xDB462B) is known color: Cinnabar. HEX triplet: DB, 46 and 2B. RGB value is (219,70,43). Sum of RGB (Red+Green+Blue) = 219+70+43=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 43 (17.19% from 255 or 12.95% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB462B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB462B is #24B9D4. Grayscale: #6F6F6F. Windows color (decimal): -2406869 or 2836187. OLE color: 2836187.
HSL color Cylindrical-coordinate representation of color #DB462B: hue angle of 9.2º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB462B is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 43 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.14 |
| HSL | 9.2º | 0.71% | 0.51% | - |
| HSV(B) | 9.2º | 0.8% | 0.86% | - |
| XYZ | 31.84 | 19.61 | 4.39 | - |
| YUV | 111.47 | 89.36 | 204.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 43 | 0 | 0.68 | 0.80 | 0.14 | 9.2 | 0.71 | 0.51 |
| Hex | DB | 46 | 2B | 0 | 44 | 50 | E | 9 | 47 | 33 |
| Octal | 333 | 106 | 53 | 0 | 104 | 120 | 16 | 11 | 107 | 63 |
| Binary | 11011011 | 1000110 | 101011 | 0 | 1000100 | 1010000 | 1110 | 1001 | 1000111 | 110011 |
Color Harmonies of #DB462B
Complementary color
Monochromatic Colors of #DB462B
Black with #DB462B
Text Example
Text Example
White with #DB462B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB462B; }
p { color: rgb(219,70,43); }
H1.HeaderClassName
{
color: #DB462B;
}
.AnyTagClassName
{
color: #DB462B;
}
</style>
background-color css
<style>
a { background-color: #DB462B; }
a { background-color: rgb(219,70,43); }
div.DivClassName
{
background-color: #DB462B;
}
.BgClassName
{
background-color: #DB462B;
}
</style>
border-color css
<style>
span { border-color: #DB462B; }
span { border-color: rgb(219,70,43); }
td.TdClassName
{
border-color: #DB462B;
}
.TagClassName
{
border-color: #DB462B;
}
</style>