Shades of Cinnabar #DB352A
Tints of Cinnabar #DB352A
RGB
CMYK
RGB Variations
Color information
#DB352A (or 0xDB352A) is known color: Cinnabar. HEX triplet: DB, 35 and 2A. RGB value is (219,53,42). Sum of RGB (Red+Green+Blue) = 219+53+42=314 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.75% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 42 (16.80% from 255 or 13.38% from 314); Max value from RGB is 219 - color contains mainly: red. Hex color #DB352A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB352A is #24CAD5. Grayscale: #656565. Windows color (decimal): -2411222 or 2766299. OLE color: 2766299.
HSL color Cylindrical-coordinate representation of color #DB352A: hue angle of 3.73º 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 #DB352A is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 42 | - |
| CMYK | 0 | 0.76 | 0.81 | 0.14 |
| HSL | 3.73º | 0.71% | 0.51% | - |
| HSV(B) | 3.73º | 0.81% | 0.86% | - |
| XYZ | 30.9 | 17.77 | 3.99 | - |
| YUV | 101.38 | 94.5 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 42 | 0 | 0.76 | 0.81 | 0.14 | 3.73 | 0.71 | 0.51 |
| Hex | DB | 35 | 2A | 0 | 4C | 51 | E | 4 | 47 | 33 |
| Octal | 333 | 65 | 52 | 0 | 114 | 121 | 16 | 4 | 107 | 63 |
| Binary | 11011011 | 110101 | 101010 | 0 | 1001100 | 1010001 | 1110 | 100 | 1000111 | 110011 |
Color Harmonies of #DB352A
Complementary color
Monochromatic Colors of #DB352A
Black with #DB352A
Text Example
Text Example
White with #DB352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB352A; }
p { color: rgb(219,53,42); }
H1.HeaderClassName
{
color: #DB352A;
}
.AnyTagClassName
{
color: #DB352A;
}
</style>
background-color css
<style>
a { background-color: #DB352A; }
a { background-color: rgb(219,53,42); }
div.DivClassName
{
background-color: #DB352A;
}
.BgClassName
{
background-color: #DB352A;
}
</style>
border-color css
<style>
span { border-color: #DB352A; }
span { border-color: rgb(219,53,42); }
td.TdClassName
{
border-color: #DB352A;
}
.TagClassName
{
border-color: #DB352A;
}
</style>