Shades of Cinnabar #DB462D
Tints of Cinnabar #DB462D
RGB
CMYK
RGB Variations
Color information
#DB462D (or 0xDB462D) is known color: Cinnabar. HEX triplet: DB, 46 and 2D. RGB value is (219,70,45). Sum of RGB (Red+Green+Blue) = 219+70+45=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 70 (27.73% from 255 or 20.96% from 334); Blue value is 45 (17.97% from 255 or 13.47% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB462D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB462D is #24B9D2. Grayscale: #6F6F6F. Windows color (decimal): -2406867 or 2967259. OLE color: 2967259.
HSL color Cylindrical-coordinate representation of color #DB462D: hue angle of 8.62º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB462D is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 45 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.14 |
| HSL | 8.62º | 0.71% | 0.52% | - |
| HSV(B) | 8.62º | 0.79% | 0.86% | - |
| XYZ | 31.88 | 19.63 | 4.59 | - |
| YUV | 111.7 | 90.36 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 45 | 0 | 0.68 | 0.79 | 0.14 | 8.62 | 0.71 | 0.52 |
| Hex | DB | 46 | 2D | 0 | 44 | 4F | E | 9 | 47 | 34 |
| Octal | 333 | 106 | 55 | 0 | 104 | 117 | 16 | 11 | 107 | 64 |
| Binary | 11011011 | 1000110 | 101101 | 0 | 1000100 | 1001111 | 1110 | 1001 | 1000111 | 110100 |
Color Harmonies of #DB462D
Complementary color
Monochromatic Colors of #DB462D
Black with #DB462D
Text Example
Text Example
White with #DB462D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB462D; }
p { color: rgb(219,70,45); }
H1.HeaderClassName
{
color: #DB462D;
}
.AnyTagClassName
{
color: #DB462D;
}
</style>
background-color css
<style>
a { background-color: #DB462D; }
a { background-color: rgb(219,70,45); }
div.DivClassName
{
background-color: #DB462D;
}
.BgClassName
{
background-color: #DB462D;
}
</style>
border-color css
<style>
span { border-color: #DB462D; }
span { border-color: rgb(219,70,45); }
td.TdClassName
{
border-color: #DB462D;
}
.TagClassName
{
border-color: #DB462D;
}
</style>