Shades of Dark Red #8F1702
Tints of Dark Red #8F1702
RGB
CMYK
RGB Variations
Color information
#8F1702 (or 0x8F1702) is known color: Dark Red. HEX triplet: 8F, 17 and 02. RGB value is (143,23,2). Sum of RGB (Red+Green+Blue) = 143+23+2=168 (22% of max value = 765). Red value is 143 (56.25% from 255 or 85.12% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 2 (1.17% from 255 or 1.19% from 168); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1702 is #70E8FD. Grayscale: #383838. Windows color (decimal): -7399678 or 137103. OLE color: 137103.
HSL color Cylindrical-coordinate representation of color #8F1702: hue angle of 8.94º 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 #8F1702 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 23 | 2 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.44 |
| HSL | 8.94º | 0.97% | 0.28% | - |
| HSV(B) | 8.94º | 0.99% | 0.56% | - |
| XYZ | 11.65 | 6.46 | 0.69 | - |
| YUV | 56.49 | 97.26 | 189.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 23 | 2 | 0 | 0.84 | 0.99 | 0.44 | 8.94 | 0.97 | 0.28 |
| Hex | 8F | 17 | 2 | 0 | 54 | 63 | 2C | 9 | 61 | 1C |
| Octal | 217 | 27 | 2 | 0 | 124 | 143 | 54 | 11 | 141 | 34 |
| Binary | 10001111 | 10111 | 10 | 0 | 1010100 | 1100011 | 101100 | 1001 | 1100001 | 11100 |
Color Harmonies of #8F1702
Complementary color
Monochromatic Colors of #8F1702
Black with #8F1702
Text Example
Text Example
White with #8F1702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1702; }
p { color: rgb(143,23,2); }
H1.HeaderClassName
{
color: #8F1702;
}
.AnyTagClassName
{
color: #8F1702;
}
</style>
background-color css
<style>
a { background-color: #8F1702; }
a { background-color: rgb(143,23,2); }
div.DivClassName
{
background-color: #8F1702;
}
.BgClassName
{
background-color: #8F1702;
}
</style>
border-color css
<style>
span { border-color: #8F1702; }
span { border-color: rgb(143,23,2); }
td.TdClassName
{
border-color: #8F1702;
}
.TagClassName
{
border-color: #8F1702;
}
</style>