Shades of Cinnabar #DB443A
Tints of Cinnabar #DB443A
RGB
CMYK
RGB Variations
Color information
#DB443A (or 0xDB443A) is known color: Cinnabar. HEX triplet: DB, 44 and 3A. RGB value is (219,68,58). Sum of RGB (Red+Green+Blue) = 219+68+58=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 58 (23.05% from 255 or 16.81% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB443A is #24BBC5. Grayscale: #707070. Windows color (decimal): -2407366 or 3818715. OLE color: 3818715.
HSL color Cylindrical-coordinate representation of color #DB443A: hue angle of 3.73º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB443A is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 58 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.14 |
| HSL | 3.73º | 0.69% | 0.54% | - |
| HSV(B) | 3.73º | 0.74% | 0.86% | - |
| XYZ | 32.04 | 19.5 | 6.08 | - |
| YUV | 112.01 | 97.53 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 58 | 0 | 0.69 | 0.74 | 0.14 | 3.73 | 0.69 | 0.54 |
| Hex | DB | 44 | 3A | 0 | 45 | 4A | E | 4 | 45 | 36 |
| Octal | 333 | 104 | 72 | 0 | 105 | 112 | 16 | 4 | 105 | 66 |
| Binary | 11011011 | 1000100 | 111010 | 0 | 1000101 | 1001010 | 1110 | 100 | 1000101 | 110110 |
Color Harmonies of #DB443A
Complementary color
Monochromatic Colors of #DB443A
Black with #DB443A
Text Example
Text Example
White with #DB443A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB443A; }
p { color: rgb(219,68,58); }
H1.HeaderClassName
{
color: #DB443A;
}
.AnyTagClassName
{
color: #DB443A;
}
</style>
background-color css
<style>
a { background-color: #DB443A; }
a { background-color: rgb(219,68,58); }
div.DivClassName
{
background-color: #DB443A;
}
.BgClassName
{
background-color: #DB443A;
}
</style>
border-color css
<style>
span { border-color: #DB443A; }
span { border-color: rgb(219,68,58); }
td.TdClassName
{
border-color: #DB443A;
}
.TagClassName
{
border-color: #DB443A;
}
</style>