Shades of Cinnabar #DB452D
Tints of Cinnabar #DB452D
RGB
CMYK
RGB Variations
Color information
#DB452D (or 0xDB452D) is known color: Cinnabar. HEX triplet: DB, 45 and 2D. RGB value is (219,69,45). Sum of RGB (Red+Green+Blue) = 219+69+45=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 69 (27.34% from 255 or 20.72% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB452D is #24BAD2. Grayscale: #6F6F6F. Windows color (decimal): -2407123 or 2967003. OLE color: 2967003.
HSL color Cylindrical-coordinate representation of color #DB452D: hue angle of 8.28º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB452D is Cyan = 0, Magento = 0.68, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 45 | - |
| CMYK | 0 | 0.68 | 0.79 | 0.14 |
| HSL | 8.28º | 0.71% | 0.52% | - |
| HSV(B) | 8.28º | 0.79% | 0.86% | - |
| XYZ | 31.82 | 19.51 | 4.57 | - |
| YUV | 111.11 | 90.7 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 45 | 0 | 0.68 | 0.79 | 0.14 | 8.28 | 0.71 | 0.52 |
| Hex | DB | 45 | 2D | 0 | 44 | 4F | E | 8 | 47 | 34 |
| Octal | 333 | 105 | 55 | 0 | 104 | 117 | 16 | 10 | 107 | 64 |
| Binary | 11011011 | 1000101 | 101101 | 0 | 1000100 | 1001111 | 1110 | 1000 | 1000111 | 110100 |
Color Harmonies of #DB452D
Complementary color
Monochromatic Colors of #DB452D
Black with #DB452D
Text Example
Text Example
White with #DB452D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB452D; }
p { color: rgb(219,69,45); }
H1.HeaderClassName
{
color: #DB452D;
}
.AnyTagClassName
{
color: #DB452D;
}
</style>
background-color css
<style>
a { background-color: #DB452D; }
a { background-color: rgb(219,69,45); }
div.DivClassName
{
background-color: #DB452D;
}
.BgClassName
{
background-color: #DB452D;
}
</style>
border-color css
<style>
span { border-color: #DB452D; }
span { border-color: rgb(219,69,45); }
td.TdClassName
{
border-color: #DB452D;
}
.TagClassName
{
border-color: #DB452D;
}
</style>