Shades of Cinnabar #DB452B
Tints of Cinnabar #DB452B
RGB
CMYK
RGB Variations
Color information
#DB452B (or 0xDB452B) is known color: Cinnabar. HEX triplet: DB, 45 and 2B. RGB value is (219,69,43). Sum of RGB (Red+Green+Blue) = 219+69+43=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 43 (17.19% from 255 or 12.99% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB452B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB452B is #24BAD4. Grayscale: #6F6F6F. Windows color (decimal): -2407125 or 2835931. OLE color: 2835931.
HSL color Cylindrical-coordinate representation of color #DB452B: hue angle of 8.86º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB452B is Cyan = 0, Magento = 0.68, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 43 | - |
| CMYK | 0 | 0.68 | 0.80 | 0.14 |
| HSL | 8.86º | 0.71% | 0.51% | - |
| HSV(B) | 8.86º | 0.8% | 0.86% | - |
| XYZ | 31.78 | 19.49 | 4.37 | - |
| YUV | 110.89 | 89.7 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 43 | 0 | 0.68 | 0.80 | 0.14 | 8.86 | 0.71 | 0.51 |
| Hex | DB | 45 | 2B | 0 | 44 | 50 | E | 9 | 47 | 33 |
| Octal | 333 | 105 | 53 | 0 | 104 | 120 | 16 | 11 | 107 | 63 |
| Binary | 11011011 | 1000101 | 101011 | 0 | 1000100 | 1010000 | 1110 | 1001 | 1000111 | 110011 |
Color Harmonies of #DB452B
Complementary color
Monochromatic Colors of #DB452B
Black with #DB452B
Text Example
Text Example
White with #DB452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB452B; }
p { color: rgb(219,69,43); }
H1.HeaderClassName
{
color: #DB452B;
}
.AnyTagClassName
{
color: #DB452B;
}
</style>
background-color css
<style>
a { background-color: #DB452B; }
a { background-color: rgb(219,69,43); }
div.DivClassName
{
background-color: #DB452B;
}
.BgClassName
{
background-color: #DB452B;
}
</style>
border-color css
<style>
span { border-color: #DB452B; }
span { border-color: rgb(219,69,43); }
td.TdClassName
{
border-color: #DB452B;
}
.TagClassName
{
border-color: #DB452B;
}
</style>