Shades of Cinnabar #DB4A3B
Tints of Cinnabar #DB4A3B
RGB
CMYK
RGB Variations
Color information
#DB4A3B (or 0xDB4A3B) is known color: Cinnabar. HEX triplet: DB, 4A and 3B. RGB value is (219,74,59). Sum of RGB (Red+Green+Blue) = 219+74+59=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4A3B is #24B5C4. Grayscale: #737373. Windows color (decimal): -2405829 or 3885787. OLE color: 3885787.
HSL color Cylindrical-coordinate representation of color #DB4A3B: hue angle of 5.62º 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 #DB4A3B is Cyan = 0, Magento = 0.66, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 74 | 59 | - |
| CMYK | 0 | 0.66 | 0.73 | 0.14 |
| HSL | 5.63º | 0.69% | 0.55% | - |
| HSV(B) | 5.63º | 0.73% | 0.86% | - |
| XYZ | 32.45 | 20.27 | 6.34 | - |
| YUV | 115.65 | 96.04 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 74 | 59 | 0 | 0.66 | 0.73 | 0.14 | 5.63 | 0.69 | 0.55 |
| Hex | DB | 4A | 3B | 0 | 42 | 49 | E | 6 | 45 | 37 |
| Octal | 333 | 112 | 73 | 0 | 102 | 111 | 16 | 6 | 105 | 67 |
| Binary | 11011011 | 1001010 | 111011 | 0 | 1000010 | 1001001 | 1110 | 110 | 1000101 | 110111 |
Color Harmonies of #DB4A3B
Complementary color
Monochromatic Colors of #DB4A3B
Black with #DB4A3B
Text Example
Text Example
White with #DB4A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4A3B; }
p { color: rgb(219,74,59); }
H1.HeaderClassName
{
color: #DB4A3B;
}
.AnyTagClassName
{
color: #DB4A3B;
}
</style>
background-color css
<style>
a { background-color: #DB4A3B; }
a { background-color: rgb(219,74,59); }
div.DivClassName
{
background-color: #DB4A3B;
}
.BgClassName
{
background-color: #DB4A3B;
}
</style>
border-color css
<style>
span { border-color: #DB4A3B; }
span { border-color: rgb(219,74,59); }
td.TdClassName
{
border-color: #DB4A3B;
}
.TagClassName
{
border-color: #DB4A3B;
}
</style>