Shades of Cinnabar #DB4E2A
Tints of Cinnabar #DB4E2A
RGB
CMYK
RGB Variations
Color information
#DB4E2A (or 0xDB4E2A) is known color: Cinnabar. HEX triplet: DB, 4E and 2A. RGB value is (219,78,42). Sum of RGB (Red+Green+Blue) = 219+78+42=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4E2A is #24B1D5. Grayscale: #747474. Windows color (decimal): -2404822 or 2772699. OLE color: 2772699.
HSL color Cylindrical-coordinate representation of color #DB4E2A: hue angle of 12.2º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB4E2A is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 78 | 42 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.14 |
| HSL | 12.2º | 0.71% | 0.51% | - |
| HSV(B) | 12.2º | 0.81% | 0.86% | - |
| XYZ | 32.36 | 20.68 | 4.48 | - |
| YUV | 116.06 | 86.21 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 78 | 42 | 0 | 0.64 | 0.81 | 0.14 | 12.2 | 0.71 | 0.51 |
| Hex | DB | 4E | 2A | 0 | 40 | 51 | E | C | 47 | 33 |
| Octal | 333 | 116 | 52 | 0 | 100 | 121 | 16 | 14 | 107 | 63 |
| Binary | 11011011 | 1001110 | 101010 | 0 | 1000000 | 1010001 | 1110 | 1100 | 1000111 | 110011 |
Color Harmonies of #DB4E2A
Complementary color
Monochromatic Colors of #DB4E2A
Black with #DB4E2A
Text Example
Text Example
White with #DB4E2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4E2A; }
p { color: rgb(219,78,42); }
H1.HeaderClassName
{
color: #DB4E2A;
}
.AnyTagClassName
{
color: #DB4E2A;
}
</style>
background-color css
<style>
a { background-color: #DB4E2A; }
a { background-color: rgb(219,78,42); }
div.DivClassName
{
background-color: #DB4E2A;
}
.BgClassName
{
background-color: #DB4E2A;
}
</style>
border-color css
<style>
span { border-color: #DB4E2A; }
span { border-color: rgb(219,78,42); }
td.TdClassName
{
border-color: #DB4E2A;
}
.TagClassName
{
border-color: #DB4E2A;
}
</style>