Shades of Cinnabar #DB4D27
Tints of Cinnabar #DB4D27
RGB
CMYK
RGB Variations
Color information
#DB4D27 (or 0xDB4D27) is known color: Cinnabar. HEX triplet: DB, 4D and 27. RGB value is (219,77,39). Sum of RGB (Red+Green+Blue) = 219+77+39=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4D27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB4D27 is #24B2D8. Grayscale: #737373. Windows color (decimal): -2405081 or 2575835. OLE color: 2575835.
HSL color Cylindrical-coordinate representation of color #DB4D27: hue angle of 12.67º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB4D27 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 77 | 39 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.14 |
| HSL | 12.67º | 0.71% | 0.51% | - |
| HSV(B) | 12.67º | 0.82% | 0.86% | - |
| XYZ | 32.23 | 20.51 | 4.18 | - |
| YUV | 115.13 | 85.04 | 202.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 77 | 39 | 0 | 0.65 | 0.82 | 0.14 | 12.67 | 0.71 | 0.51 |
| Hex | DB | 4D | 27 | 0 | 41 | 52 | E | D | 47 | 33 |
| Octal | 333 | 115 | 47 | 0 | 101 | 122 | 16 | 15 | 107 | 63 |
| Binary | 11011011 | 1001101 | 100111 | 0 | 1000001 | 1010010 | 1110 | 1101 | 1000111 | 110011 |
Color Harmonies of #DB4D27
Complementary color
Monochromatic Colors of #DB4D27
Black with #DB4D27
Text Example
Text Example
White with #DB4D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4D27; }
p { color: rgb(219,77,39); }
H1.HeaderClassName
{
color: #DB4D27;
}
.AnyTagClassName
{
color: #DB4D27;
}
</style>
background-color css
<style>
a { background-color: #DB4D27; }
a { background-color: rgb(219,77,39); }
div.DivClassName
{
background-color: #DB4D27;
}
.BgClassName
{
background-color: #DB4D27;
}
</style>
border-color css
<style>
span { border-color: #DB4D27; }
span { border-color: rgb(219,77,39); }
td.TdClassName
{
border-color: #DB4D27;
}
.TagClassName
{
border-color: #DB4D27;
}
</style>