Shades of Cinnabar #DB402A
Tints of Cinnabar #DB402A
RGB
CMYK
RGB Variations
Color information
#DB402A (or 0xDB402A) is known color: Cinnabar. HEX triplet: DB, 40 and 2A. RGB value is (219,64,42). Sum of RGB (Red+Green+Blue) = 219+64+42=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 64 (25.39% from 255 or 19.69% from 325); Blue value is 42 (16.80% from 255 or 12.92% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB402A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB402A is #24BFD5. Grayscale: #6C6C6C. Windows color (decimal): -2408406 or 2769115. OLE color: 2769115.
HSL color Cylindrical-coordinate representation of color #DB402A: hue angle of 7.46º 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 #DB402A is Cyan = 0, Magento = 0.71, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 42 | - |
| CMYK | 0 | 0.71 | 0.81 | 0.14 |
| HSL | 7.46º | 0.71% | 0.51% | - |
| HSV(B) | 7.46º | 0.81% | 0.86% | - |
| XYZ | 31.46 | 18.89 | 4.18 | - |
| YUV | 107.84 | 90.85 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 42 | 0 | 0.71 | 0.81 | 0.14 | 7.46 | 0.71 | 0.51 |
| Hex | DB | 40 | 2A | 0 | 47 | 51 | E | 7 | 47 | 33 |
| Octal | 333 | 100 | 52 | 0 | 107 | 121 | 16 | 7 | 107 | 63 |
| Binary | 11011011 | 1000000 | 101010 | 0 | 1000111 | 1010001 | 1110 | 111 | 1000111 | 110011 |
Color Harmonies of #DB402A
Complementary color
Monochromatic Colors of #DB402A
Black with #DB402A
Text Example
Text Example
White with #DB402A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB402A; }
p { color: rgb(219,64,42); }
H1.HeaderClassName
{
color: #DB402A;
}
.AnyTagClassName
{
color: #DB402A;
}
</style>
background-color css
<style>
a { background-color: #DB402A; }
a { background-color: rgb(219,64,42); }
div.DivClassName
{
background-color: #DB402A;
}
.BgClassName
{
background-color: #DB402A;
}
</style>
border-color css
<style>
span { border-color: #DB402A; }
span { border-color: rgb(219,64,42); }
td.TdClassName
{
border-color: #DB402A;
}
.TagClassName
{
border-color: #DB402A;
}
</style>