Shades of Dark Red #8F1800
Tints of Dark Red #8F1800
RGB
CMYK
RGB Variations
Color information
#8F1800 (or 0x8F1800) is known color: Dark Red. HEX triplet: 8F, 18 and 00. RGB value is (143,24,0). Sum of RGB (Red+Green+Blue) = 143+24+0=167 (22% of max value = 765). Red value is 143 (56.25% from 255 or 85.63% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 0 (0.39% from 255 or 0% from 167); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1800 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1800 is #70E7FF. Grayscale: #393939. Windows color (decimal): -7399424 or 6287. OLE color: 6287.
HSL color Cylindrical-coordinate representation of color #8F1800: hue angle of 10.07º 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 #8F1800 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 24 | 0 | - |
| CMYK | 0 | 0.83 | 1 | 0.44 |
| HSL | 10.07º | 1% | 0.28% | - |
| HSV(B) | 10.07º | 1% | 0.56% | - |
| XYZ | 11.65 | 6.49 | 0.64 | - |
| YUV | 56.85 | 95.92 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 24 | 0 | 0 | 0.83 | 1 | 0.44 | 10.07 | 1 | 0.28 |
| Hex | 8F | 18 | 0 | 0 | 53 | 64 | 2C | A | 64 | 1C |
| Octal | 217 | 30 | 0 | 0 | 123 | 144 | 54 | 12 | 144 | 34 |
| Binary | 10001111 | 11000 | 0 | 0 | 1010011 | 1100100 | 101100 | 1010 | 1100100 | 11100 |
Color Harmonies of #8F1800
Complementary color
Monochromatic Colors of #8F1800
Black with #8F1800
Text Example
Text Example
White with #8F1800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1800; }
p { color: rgb(143,24,0); }
H1.HeaderClassName
{
color: #8F1800;
}
.AnyTagClassName
{
color: #8F1800;
}
</style>
background-color css
<style>
a { background-color: #8F1800; }
a { background-color: rgb(143,24,0); }
div.DivClassName
{
background-color: #8F1800;
}
.BgClassName
{
background-color: #8F1800;
}
</style>
border-color css
<style>
span { border-color: #8F1800; }
span { border-color: rgb(143,24,0); }
td.TdClassName
{
border-color: #8F1800;
}
.TagClassName
{
border-color: #8F1800;
}
</style>