Shades of Cinnabar #DB462A
Tints of Cinnabar #DB462A
RGB
CMYK
RGB Variations
Color information
#DB462A (or 0xDB462A) is known color: Cinnabar. HEX triplet: DB, 46 and 2A. RGB value is (219,70,42). Sum of RGB (Red+Green+Blue) = 219+70+42=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 42 (16.80% from 255 or 12.69% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB462A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB462A is #24B9D5. Grayscale: #6F6F6F. Windows color (decimal): -2406870 or 2770651. OLE color: 2770651.
HSL color Cylindrical-coordinate representation of color #DB462A: hue angle of 9.49º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB462A is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 70 | 42 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.14 |
| HSL | 9.49º | 0.71% | 0.51% | - |
| HSV(B) | 9.49º | 0.81% | 0.86% | - |
| XYZ | 31.82 | 19.61 | 4.3 | - |
| YUV | 111.36 | 88.86 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 70 | 42 | 0 | 0.68 | 0.81 | 0.14 | 9.49 | 0.71 | 0.51 |
| Hex | DB | 46 | 2A | 0 | 44 | 51 | E | 9 | 47 | 33 |
| Octal | 333 | 106 | 52 | 0 | 104 | 121 | 16 | 11 | 107 | 63 |
| Binary | 11011011 | 1000110 | 101010 | 0 | 1000100 | 1010001 | 1110 | 1001 | 1000111 | 110011 |
Color Harmonies of #DB462A
Complementary color
Monochromatic Colors of #DB462A
Black with #DB462A
Text Example
Text Example
White with #DB462A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB462A; }
p { color: rgb(219,70,42); }
H1.HeaderClassName
{
color: #DB462A;
}
.AnyTagClassName
{
color: #DB462A;
}
</style>
background-color css
<style>
a { background-color: #DB462A; }
a { background-color: rgb(219,70,42); }
div.DivClassName
{
background-color: #DB462A;
}
.BgClassName
{
background-color: #DB462A;
}
</style>
border-color css
<style>
span { border-color: #DB462A; }
span { border-color: rgb(219,70,42); }
td.TdClassName
{
border-color: #DB462A;
}
.TagClassName
{
border-color: #DB462A;
}
</style>