Shades of Mandarian Orange #8F1918
Tints of Mandarian Orange #8F1918
RGB
CMYK
RGB Variations
Color information
#8F1918 (or 0x8F1918) is known color: Mandarian Orange. HEX triplet: 8F, 19 and 18. RGB value is (143,25,24). Sum of RGB (Red+Green+Blue) = 143+25+24=192 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.48% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 24 (9.77% from 255 or 12.5% from 192); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8F1918 is #70E6E7. Grayscale: #3C3C3C. Windows color (decimal): -7399144 or 1579407. OLE color: 1579407.
HSL color Cylindrical-coordinate representation of color #8F1918: hue angle of 0.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8F1918 is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 25 | 24 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.44 |
| HSL | 0.5º | 0.71% | 0.33% | - |
| HSV(B) | 0.5º | 0.83% | 0.56% | - |
| XYZ | 11.84 | 6.6 | 1.51 | - |
| YUV | 60.17 | 107.59 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 25 | 24 | 0 | 0.83 | 0.83 | 0.44 | 0.5 | 0.71 | 0.33 |
| Hex | 8F | 19 | 18 | 0 | 53 | 53 | 2C | 1 | 47 | 21 |
| Octal | 217 | 31 | 30 | 0 | 123 | 123 | 54 | 1 | 107 | 41 |
| Binary | 10001111 | 11001 | 11000 | 0 | 1010011 | 1010011 | 101100 | 1 | 1000111 | 100001 |
Color Harmonies of #8F1918
Complementary color
Monochromatic Colors of #8F1918
Black with #8F1918
Text Example
Text Example
White with #8F1918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1918; }
p { color: rgb(143,25,24); }
H1.HeaderClassName
{
color: #8F1918;
}
.AnyTagClassName
{
color: #8F1918;
}
</style>
background-color css
<style>
a { background-color: #8F1918; }
a { background-color: rgb(143,25,24); }
div.DivClassName
{
background-color: #8F1918;
}
.BgClassName
{
background-color: #8F1918;
}
</style>
border-color css
<style>
span { border-color: #8F1918; }
span { border-color: rgb(143,25,24); }
td.TdClassName
{
border-color: #8F1918;
}
.TagClassName
{
border-color: #8F1918;
}
</style>