Shades of Cinnabar #DB4D2A
Tints of Cinnabar #DB4D2A
RGB
CMYK
RGB Variations
Color information
#DB4D2A (or 0xDB4D2A) is known color: Cinnabar. HEX triplet: DB, 4D and 2A. RGB value is (219,77,42). Sum of RGB (Red+Green+Blue) = 219+77+42=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4D2A is #24B2D5. Grayscale: #737373. Windows color (decimal): -2405078 or 2772443. OLE color: 2772443.
HSL color Cylindrical-coordinate representation of color #DB4D2A: hue angle of 11.86º 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 #DB4D2A is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 42 | - |
| CMYK | 0 | 0.65 | 0.81 | 0.14 |
| HSL | 11.86º | 0.71% | 0.51% | - |
| HSV(B) | 11.86º | 0.81% | 0.86% | - |
| XYZ | 32.29 | 20.53 | 4.45 | - |
| YUV | 115.47 | 86.54 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 42 | 0 | 0.65 | 0.81 | 0.14 | 11.86 | 0.71 | 0.51 |
| Hex | DB | 4D | 2A | 0 | 41 | 51 | E | C | 47 | 33 |
| Octal | 333 | 115 | 52 | 0 | 101 | 121 | 16 | 14 | 107 | 63 |
| Binary | 11011011 | 1001101 | 101010 | 0 | 1000001 | 1010001 | 1110 | 1100 | 1000111 | 110011 |
Color Harmonies of #DB4D2A
Complementary color
Monochromatic Colors of #DB4D2A
Black with #DB4D2A
Text Example
Text Example
White with #DB4D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D2A; }
p { color: rgb(219,77,42); }
H1.HeaderClassName
{
color: #DB4D2A;
}
.AnyTagClassName
{
color: #DB4D2A;
}
</style>
background-color css
<style>
a { background-color: #DB4D2A; }
a { background-color: rgb(219,77,42); }
div.DivClassName
{
background-color: #DB4D2A;
}
.BgClassName
{
background-color: #DB4D2A;
}
</style>
border-color css
<style>
span { border-color: #DB4D2A; }
span { border-color: rgb(219,77,42); }
td.TdClassName
{
border-color: #DB4D2A;
}
.TagClassName
{
border-color: #DB4D2A;
}
</style>