Shades of Cinnabar #DB453B
Tints of Cinnabar #DB453B
RGB
CMYK
RGB Variations
Color information
#DB453B (or 0xDB453B) is known color: Cinnabar. HEX triplet: DB, 45 and 3B. RGB value is (219,69,59). Sum of RGB (Red+Green+Blue) = 219+69+59=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 59 (23.44% from 255 or 17.00% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB453B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB453B is #24BAC4. Grayscale: #707070. Windows color (decimal): -2407109 or 3884507. OLE color: 3884507.
HSL color Cylindrical-coordinate representation of color #DB453B: hue angle of 3.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB453B is Cyan = 0, Magento = 0.68, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 59 | - |
| CMYK | 0 | 0.68 | 0.73 | 0.14 |
| HSL | 3.75º | 0.69% | 0.55% | - |
| HSV(B) | 3.75º | 0.73% | 0.86% | - |
| XYZ | 32.13 | 19.63 | 6.23 | - |
| YUV | 112.71 | 97.7 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 59 | 0 | 0.68 | 0.73 | 0.14 | 3.75 | 0.69 | 0.55 |
| Hex | DB | 45 | 3B | 0 | 44 | 49 | E | 4 | 45 | 37 |
| Octal | 333 | 105 | 73 | 0 | 104 | 111 | 16 | 4 | 105 | 67 |
| Binary | 11011011 | 1000101 | 111011 | 0 | 1000100 | 1001001 | 1110 | 100 | 1000101 | 110111 |
Color Harmonies of #DB453B
Complementary color
Monochromatic Colors of #DB453B
Black with #DB453B
Text Example
Text Example
White with #DB453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB453B; }
p { color: rgb(219,69,59); }
H1.HeaderClassName
{
color: #DB453B;
}
.AnyTagClassName
{
color: #DB453B;
}
</style>
background-color css
<style>
a { background-color: #DB453B; }
a { background-color: rgb(219,69,59); }
div.DivClassName
{
background-color: #DB453B;
}
.BgClassName
{
background-color: #DB453B;
}
</style>
border-color css
<style>
span { border-color: #DB453B; }
span { border-color: rgb(219,69,59); }
td.TdClassName
{
border-color: #DB453B;
}
.TagClassName
{
border-color: #DB453B;
}
</style>