Shades of Cinnabar #DB4D2E
Tints of Cinnabar #DB4D2E
RGB
CMYK
RGB Variations
Color information
#DB4D2E (or 0xDB4D2E) is known color: Cinnabar. HEX triplet: DB, 4D and 2E. RGB value is (219,77,46). Sum of RGB (Red+Green+Blue) = 219+77+46=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 77 (30.47% from 255 or 22.51% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4D2E is #24B2D1. Grayscale: #747474. Windows color (decimal): -2405074 or 3034587. OLE color: 3034587.
HSL color Cylindrical-coordinate representation of color #DB4D2E: hue angle of 10.75º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB4D2E is Cyan = 0, Magento = 0.65, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 46 | - |
| CMYK | 0 | 0.65 | 0.79 | 0.14 |
| HSL | 10.75º | 0.71% | 0.52% | - |
| HSV(B) | 10.75º | 0.79% | 0.86% | - |
| XYZ | 32.36 | 20.57 | 4.85 | - |
| YUV | 115.92 | 88.54 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 46 | 0 | 0.65 | 0.79 | 0.14 | 10.75 | 0.71 | 0.52 |
| Hex | DB | 4D | 2E | 0 | 41 | 4F | E | B | 47 | 34 |
| Octal | 333 | 115 | 56 | 0 | 101 | 117 | 16 | 13 | 107 | 64 |
| Binary | 11011011 | 1001101 | 101110 | 0 | 1000001 | 1001111 | 1110 | 1011 | 1000111 | 110100 |
Color Harmonies of #DB4D2E
Complementary color
Monochromatic Colors of #DB4D2E
Black with #DB4D2E
Text Example
Text Example
White with #DB4D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D2E; }
p { color: rgb(219,77,46); }
H1.HeaderClassName
{
color: #DB4D2E;
}
.AnyTagClassName
{
color: #DB4D2E;
}
</style>
background-color css
<style>
a { background-color: #DB4D2E; }
a { background-color: rgb(219,77,46); }
div.DivClassName
{
background-color: #DB4D2E;
}
.BgClassName
{
background-color: #DB4D2E;
}
</style>
border-color css
<style>
span { border-color: #DB4D2E; }
span { border-color: rgb(219,77,46); }
td.TdClassName
{
border-color: #DB4D2E;
}
.TagClassName
{
border-color: #DB4D2E;
}
</style>