Shades of Cinnabar #DB4E3E
Tints of Cinnabar #DB4E3E
RGB
CMYK
RGB Variations
Color information
#DB4E3E (or 0xDB4E3E) is known color: Cinnabar. HEX triplet: DB, 4E and 3E. RGB value is (219,78,62). Sum of RGB (Red+Green+Blue) = 219+78+62=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E3E is #24B1C1. Grayscale: #767676. Windows color (decimal): -2404802 or 4083419. OLE color: 4083419.
HSL color Cylindrical-coordinate representation of color #DB4E3E: hue angle of 6.11º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB4E3E is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 78 | 62 | - |
CMYK | 0 | 0.64 | 0.72 | 0.14 |
HSL | 6.11º | 0.69% | 0.55% | - |
HSV(B) | 6.11º | 0.72% | 0.86% | - |
XYZ | 32.81 | 20.86 | 6.85 | - |
YUV | 118.34 | 96.21 | 199.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 78 | 62 | 0 | 0.64 | 0.72 | 0.14 | 6.11 | 0.69 | 0.55 |
Hex | DB | 4E | 3E | 0 | 40 | 48 | E | 6 | 45 | 37 |
Octal | 333 | 116 | 76 | 0 | 100 | 110 | 16 | 6 | 105 | 67 |
Binary | 11011011 | 1001110 | 111110 | 0 | 1000000 | 1001000 | 1110 | 110 | 1000101 | 110111 |
Color Harmonies of #DB4E3E
Complementary color
Monochromatic Colors of #DB4E3E
Black with #DB4E3E
Text Example
Text Example
White with #DB4E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E3E; }
p { color: rgb(219,78,62); }
H1.HeaderClassName
{
color: #DB4E3E;
}
.AnyTagClassName
{
color: #DB4E3E;
}
</style>
background-color css
<style>
a { background-color: #DB4E3E; }
a { background-color: rgb(219,78,62); }
div.DivClassName
{
background-color: #DB4E3E;
}
.BgClassName
{
background-color: #DB4E3E;
}
</style>
border-color css
<style>
span { border-color: #DB4E3E; }
span { border-color: rgb(219,78,62); }
td.TdClassName
{
border-color: #DB4E3E;
}
.TagClassName
{
border-color: #DB4E3E;
}
</style>