Shades of Cinnabar #DB4927
Tints of Cinnabar #DB4927
RGB
CMYK
RGB Variations
Color information
#DB4927 (or 0xDB4927) is known color: Cinnabar. HEX triplet: DB, 49 and 27. RGB value is (219,73,39). Sum of RGB (Red+Green+Blue) = 219+73+39=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 39 (15.62% from 255 or 11.78% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4927 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB4927 is #24B6D8. Grayscale: #717171. Windows color (decimal): -2406105 or 2574811. OLE color: 2574811.
HSL color Cylindrical-coordinate representation of color #DB4927: hue angle of 11.33º 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 #DB4927 is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 73 | 39 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.14 |
| HSL | 11.33º | 0.71% | 0.51% | - |
| HSV(B) | 11.33º | 0.82% | 0.86% | - |
| XYZ | 31.96 | 19.97 | 4.09 | - |
| YUV | 112.78 | 86.37 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 73 | 39 | 0 | 0.67 | 0.82 | 0.14 | 11.33 | 0.71 | 0.51 |
| Hex | DB | 49 | 27 | 0 | 43 | 52 | E | B | 47 | 33 |
| Octal | 333 | 111 | 47 | 0 | 103 | 122 | 16 | 13 | 107 | 63 |
| Binary | 11011011 | 1001001 | 100111 | 0 | 1000011 | 1010010 | 1110 | 1011 | 1000111 | 110011 |
Color Harmonies of #DB4927
Complementary color
Monochromatic Colors of #DB4927
Black with #DB4927
Text Example
Text Example
White with #DB4927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4927; }
p { color: rgb(219,73,39); }
H1.HeaderClassName
{
color: #DB4927;
}
.AnyTagClassName
{
color: #DB4927;
}
</style>
background-color css
<style>
a { background-color: #DB4927; }
a { background-color: rgb(219,73,39); }
div.DivClassName
{
background-color: #DB4927;
}
.BgClassName
{
background-color: #DB4927;
}
</style>
border-color css
<style>
span { border-color: #DB4927; }
span { border-color: rgb(219,73,39); }
td.TdClassName
{
border-color: #DB4927;
}
.TagClassName
{
border-color: #DB4927;
}
</style>