Shades of Dark Red #880F02
Tints of Dark Red #880F02
RGB
CMYK
RGB Variations
Color information
#880F02 (or 0x880F02) is known color: Dark Red. HEX triplet: 88, 0F and 02. RGB value is (136,15,2). Sum of RGB (Red+Green+Blue) = 136+15+2=153 (20% of max value = 765). Red value is 136 (53.52% from 255 or 88.89% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 136 - color contains mainly: red. Hex color #880F02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880F02 is #77F0FD. Grayscale: #313131. Windows color (decimal): -7860478 or 135048. OLE color: 135048.
HSL color Cylindrical-coordinate representation of color #880F02: hue angle of 5.82º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #880F02 is Cyan = 0, Magento = 0.89, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 15 | 2 | - |
| CMYK | 0 | 0.89 | 0.99 | 0.47 |
| HSL | 5.82º | 0.97% | 0.27% | - |
| HSV(B) | 5.82º | 0.99% | 0.53% | - |
| XYZ | 10.34 | 5.58 | 0.59 | - |
| YUV | 49.7 | 101.09 | 189.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 2 | 0 | 0.89 | 0.99 | 0.47 | 5.82 | 0.97 | 0.27 |
| Hex | 88 | F | 2 | 0 | 59 | 63 | 2F | 6 | 61 | 1B |
| Octal | 210 | 17 | 2 | 0 | 131 | 143 | 57 | 6 | 141 | 33 |
| Binary | 10001000 | 1111 | 10 | 0 | 1011001 | 1100011 | 101111 | 110 | 1100001 | 11011 |
Color Harmonies of #880F02
Complementary color
Monochromatic Colors of #880F02
Black with #880F02
Text Example
Text Example
White with #880F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880F02; }
p { color: rgb(136,15,2); }
H1.HeaderClassName
{
color: #880F02;
}
.AnyTagClassName
{
color: #880F02;
}
</style>
background-color css
<style>
a { background-color: #880F02; }
a { background-color: rgb(136,15,2); }
div.DivClassName
{
background-color: #880F02;
}
.BgClassName
{
background-color: #880F02;
}
</style>
border-color css
<style>
span { border-color: #880F02; }
span { border-color: rgb(136,15,2); }
td.TdClassName
{
border-color: #880F02;
}
.TagClassName
{
border-color: #880F02;
}
</style>