Shades of Dark Red #880E09
Tints of Dark Red #880E09
RGB
CMYK
RGB Variations
Color information
#880E09 (or 0x880E09) is known color: Dark Red. HEX triplet: 88, 0E and 09. RGB value is (136,14,9). Sum of RGB (Red+Green+Blue) = 136+14+9=159 (21% of max value = 765). Red value is 136 (53.52% from 255 or 85.53% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 9 (3.91% from 255 or 5.66% from 159); Max value from RGB is 136 - color contains mainly: red. Hex color #880E09 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880E09 is #77F1F6. Grayscale: #323232. Windows color (decimal): -7860727 or 593544. OLE color: 593544.
HSL color Cylindrical-coordinate representation of color #880E09: hue angle of 2.36º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880E09 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 14 | 9 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.47 |
| HSL | 2.36º | 0.88% | 0.28% | - |
| HSV(B) | 2.36º | 0.93% | 0.53% | - |
| XYZ | 10.36 | 5.57 | 0.79 | - |
| YUV | 49.91 | 104.92 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 14 | 9 | 0 | 0.90 | 0.93 | 0.47 | 2.36 | 0.88 | 0.28 |
| Hex | 88 | E | 9 | 0 | 5A | 5D | 2F | 2 | 58 | 1C |
| Octal | 210 | 16 | 11 | 0 | 132 | 135 | 57 | 2 | 130 | 34 |
| Binary | 10001000 | 1110 | 1001 | 0 | 1011010 | 1011101 | 101111 | 10 | 1011000 | 11100 |
Color Harmonies of #880E09
Complementary color
Monochromatic Colors of #880E09
Black with #880E09
Text Example
Text Example
White with #880E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880E09; }
p { color: rgb(136,14,9); }
H1.HeaderClassName
{
color: #880E09;
}
.AnyTagClassName
{
color: #880E09;
}
</style>
background-color css
<style>
a { background-color: #880E09; }
a { background-color: rgb(136,14,9); }
div.DivClassName
{
background-color: #880E09;
}
.BgClassName
{
background-color: #880E09;
}
</style>
border-color css
<style>
span { border-color: #880E09; }
span { border-color: rgb(136,14,9); }
td.TdClassName
{
border-color: #880E09;
}
.TagClassName
{
border-color: #880E09;
}
</style>