Shades of Mandarian Orange #8C211F
Tints of Mandarian Orange #8C211F
RGB
CMYK
RGB Variations
Color information
#8C211F (or 0x8C211F) is known color: Mandarian Orange. HEX triplet: 8C, 21 and 1F. RGB value is (140,33,31). Sum of RGB (Red+Green+Blue) = 140+33+31=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 31 (12.5% from 255 or 15.20% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C211F is #73DEE0. Grayscale: #404040. Windows color (decimal): -7593697 or 2040204. OLE color: 2040204.
HSL color Cylindrical-coordinate representation of color #8C211F: hue angle of 1.1º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8C211F is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 33 | 31 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.45 |
| HSL | 1.1º | 0.64% | 0.34% | - |
| HSV(B) | 1.1º | 0.78% | 0.55% | - |
| XYZ | 11.61 | 6.76 | 1.99 | - |
| YUV | 64.77 | 108.95 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 33 | 31 | 0 | 0.76 | 0.78 | 0.45 | 1.1 | 0.64 | 0.34 |
| Hex | 8C | 21 | 1F | 0 | 4C | 4E | 2D | 1 | 40 | 22 |
| Octal | 214 | 41 | 37 | 0 | 114 | 116 | 55 | 1 | 100 | 42 |
| Binary | 10001100 | 100001 | 11111 | 0 | 1001100 | 1001110 | 101101 | 1 | 1000000 | 100010 |
Color Harmonies of #8C211F
Complementary color
Monochromatic Colors of #8C211F
Black with #8C211F
Text Example
Text Example
White with #8C211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C211F; }
p { color: rgb(140,33,31); }
H1.HeaderClassName
{
color: #8C211F;
}
.AnyTagClassName
{
color: #8C211F;
}
</style>
background-color css
<style>
a { background-color: #8C211F; }
a { background-color: rgb(140,33,31); }
div.DivClassName
{
background-color: #8C211F;
}
.BgClassName
{
background-color: #8C211F;
}
</style>
border-color css
<style>
span { border-color: #8C211F; }
span { border-color: rgb(140,33,31); }
td.TdClassName
{
border-color: #8C211F;
}
.TagClassName
{
border-color: #8C211F;
}
</style>