Shades of Dark Red #8F1900
Tints of Dark Red #8F1900
RGB
CMYK
RGB Variations
Color information
#8F1900 (or 0x8F1900) is known color: Dark Red. HEX triplet: 8F, 19 and 00. RGB value is (143,25,0). Sum of RGB (Red+Green+Blue) = 143+25+0=168 (22% of max value = 765). Red value is 143 (56.25% from 255 or 85.12% from 168); Green value is 25 (10.16% from 255 or 14.88% from 168); Blue value is 0 (0.39% from 255 or 0% from 168); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1900 is #70E6FF. Grayscale: #393939. Windows color (decimal): -7399168 or 6543. OLE color: 6543.
HSL color Cylindrical-coordinate representation of color #8F1900: hue angle of 10.49º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F1900 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 25 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.44 |
| HSL | 10.49º | 1% | 0.28% | - |
| HSV(B) | 10.49º | 1% | 0.56% | - |
| XYZ | 11.68 | 6.53 | 0.65 | - |
| YUV | 57.43 | 95.59 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 0 | 0 | 0.83 | 1 | 0.44 | 10.49 | 1 | 0.28 |
| Hex | 8F | 19 | 0 | 0 | 53 | 64 | 2C | A | 64 | 1C |
| Octal | 217 | 31 | 0 | 0 | 123 | 144 | 54 | 12 | 144 | 34 |
| Binary | 10001111 | 11001 | 0 | 0 | 1010011 | 1100100 | 101100 | 1010 | 1100100 | 11100 |
Color Harmonies of #8F1900
Complementary color
Monochromatic Colors of #8F1900
Black with #8F1900
Text Example
Text Example
White with #8F1900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1900; }
p { color: rgb(143,25,0); }
H1.HeaderClassName
{
color: #8F1900;
}
.AnyTagClassName
{
color: #8F1900;
}
</style>
background-color css
<style>
a { background-color: #8F1900; }
a { background-color: rgb(143,25,0); }
div.DivClassName
{
background-color: #8F1900;
}
.BgClassName
{
background-color: #8F1900;
}
</style>
border-color css
<style>
span { border-color: #8F1900; }
span { border-color: rgb(143,25,0); }
td.TdClassName
{
border-color: #8F1900;
}
.TagClassName
{
border-color: #8F1900;
}
</style>