Shades of Dark Red #8F1202
Tints of Dark Red #8F1202
RGB
CMYK
RGB Variations
Color information
#8F1202 (or 0x8F1202) is known color: Dark Red. HEX triplet: 8F, 12 and 02. RGB value is (143,18,2). Sum of RGB (Red+Green+Blue) = 143+18+2=163 (21% of max value = 765). Red value is 143 (56.25% from 255 or 87.73% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 2 (1.17% from 255 or 1.23% from 163); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1202 is #70EDFD. Grayscale: #353535. Windows color (decimal): -7400958 or 135823. OLE color: 135823.
HSL color Cylindrical-coordinate representation of color #8F1202: hue angle of 6.81º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F1202 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 18 | 2 | - |
| CMYK | 0 | 0.87 | 0.99 | 0.44 |
| HSL | 6.81º | 0.97% | 0.28% | - |
| HSV(B) | 6.81º | 0.99% | 0.56% | - |
| XYZ | 11.55 | 6.28 | 0.66 | - |
| YUV | 53.55 | 98.91 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 18 | 2 | 0 | 0.87 | 0.99 | 0.44 | 6.81 | 0.97 | 0.28 |
| Hex | 8F | 12 | 2 | 0 | 57 | 63 | 2C | 7 | 61 | 1C |
| Octal | 217 | 22 | 2 | 0 | 127 | 143 | 54 | 7 | 141 | 34 |
| Binary | 10001111 | 10010 | 10 | 0 | 1010111 | 1100011 | 101100 | 111 | 1100001 | 11100 |
Color Harmonies of #8F1202
Complementary color
Monochromatic Colors of #8F1202
Black with #8F1202
Text Example
Text Example
White with #8F1202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1202; }
p { color: rgb(143,18,2); }
H1.HeaderClassName
{
color: #8F1202;
}
.AnyTagClassName
{
color: #8F1202;
}
</style>
background-color css
<style>
a { background-color: #8F1202; }
a { background-color: rgb(143,18,2); }
div.DivClassName
{
background-color: #8F1202;
}
.BgClassName
{
background-color: #8F1202;
}
</style>
border-color css
<style>
span { border-color: #8F1202; }
span { border-color: rgb(143,18,2); }
td.TdClassName
{
border-color: #8F1202;
}
.TagClassName
{
border-color: #8F1202;
}
</style>