Shades of Cinnabar #DB452A
Tints of Cinnabar #DB452A
RGB
CMYK
RGB Variations
Color information
#DB452A (or 0xDB452A) is known color: Cinnabar. HEX triplet: DB, 45 and 2A. RGB value is (219,69,42). Sum of RGB (Red+Green+Blue) = 219+69+42=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 69 (27.34% from 255 or 20.91% from 330); Blue value is 42 (16.80% from 255 or 12.73% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB452A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB452A is #24BAD5. Grayscale: #6F6F6F. Windows color (decimal): -2407126 or 2770395. OLE color: 2770395.
HSL color Cylindrical-coordinate representation of color #DB452A: hue angle of 9.15º 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 #DB452A is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 42 | - |
| CMYK | 0 | 0.68 | 0.81 | 0.14 |
| HSL | 9.15º | 0.71% | 0.51% | - |
| HSV(B) | 9.15º | 0.81% | 0.86% | - |
| XYZ | 31.76 | 19.48 | 4.28 | - |
| YUV | 110.77 | 89.2 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 42 | 0 | 0.68 | 0.81 | 0.14 | 9.15 | 0.71 | 0.51 |
| Hex | DB | 45 | 2A | 0 | 44 | 51 | E | 9 | 47 | 33 |
| Octal | 333 | 105 | 52 | 0 | 104 | 121 | 16 | 11 | 107 | 63 |
| Binary | 11011011 | 1000101 | 101010 | 0 | 1000100 | 1010001 | 1110 | 1001 | 1000111 | 110011 |
Color Harmonies of #DB452A
Complementary color
Monochromatic Colors of #DB452A
Black with #DB452A
Text Example
Text Example
White with #DB452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB452A; }
p { color: rgb(219,69,42); }
H1.HeaderClassName
{
color: #DB452A;
}
.AnyTagClassName
{
color: #DB452A;
}
</style>
background-color css
<style>
a { background-color: #DB452A; }
a { background-color: rgb(219,69,42); }
div.DivClassName
{
background-color: #DB452A;
}
.BgClassName
{
background-color: #DB452A;
}
</style>
border-color css
<style>
span { border-color: #DB452A; }
span { border-color: rgb(219,69,42); }
td.TdClassName
{
border-color: #DB452A;
}
.TagClassName
{
border-color: #DB452A;
}
</style>