Shades of Cinnabar #DB3E27
Tints of Cinnabar #DB3E27
RGB
CMYK
RGB Variations
Color information
#DB3E27 (or 0xDB3E27) is known color: Cinnabar. HEX triplet: DB, 3E and 27. RGB value is (219,62,39). Sum of RGB (Red+Green+Blue) = 219+62+39=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 39 (15.62% from 255 or 12.19% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3E27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DB3E27 is #24C1D8. Grayscale: #6A6A6A. Windows color (decimal): -2408921 or 2571995. OLE color: 2571995.
HSL color Cylindrical-coordinate representation of color #DB3E27: hue angle of 7.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 #DB3E27 is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 62 | 39 | - |
| CMYK | 0 | 0.72 | 0.82 | 0.14 |
| HSL | 7.67º | 0.71% | 0.51% | - |
| HSV(B) | 7.67º | 0.82% | 0.86% | - |
| XYZ | 31.3 | 18.65 | 3.87 | - |
| YUV | 106.32 | 90.01 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 62 | 39 | 0 | 0.72 | 0.82 | 0.14 | 7.67 | 0.71 | 0.51 |
| Hex | DB | 3E | 27 | 0 | 48 | 52 | E | 8 | 47 | 33 |
| Octal | 333 | 76 | 47 | 0 | 110 | 122 | 16 | 10 | 107 | 63 |
| Binary | 11011011 | 111110 | 100111 | 0 | 1001000 | 1010010 | 1110 | 1000 | 1000111 | 110011 |
Color Harmonies of #DB3E27
Complementary color
Monochromatic Colors of #DB3E27
Black with #DB3E27
Text Example
Text Example
White with #DB3E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3E27; }
p { color: rgb(219,62,39); }
H1.HeaderClassName
{
color: #DB3E27;
}
.AnyTagClassName
{
color: #DB3E27;
}
</style>
background-color css
<style>
a { background-color: #DB3E27; }
a { background-color: rgb(219,62,39); }
div.DivClassName
{
background-color: #DB3E27;
}
.BgClassName
{
background-color: #DB3E27;
}
</style>
border-color css
<style>
span { border-color: #DB3E27; }
span { border-color: rgb(219,62,39); }
td.TdClassName
{
border-color: #DB3E27;
}
.TagClassName
{
border-color: #DB3E27;
}
</style>