Shades of Mandarian Orange #8D211F
Tints of Mandarian Orange #8D211F
RGB
CMYK
RGB Variations
Color information
#8D211F (or 0x8D211F) is known color: Mandarian Orange. HEX triplet: 8D, 21 and 1F. RGB value is (141,33,31). Sum of RGB (Red+Green+Blue) = 141+33+31=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 31 (12.5% from 255 or 15.12% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D211F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D211F is #72DEE0. Grayscale: #414141. Windows color (decimal): -7528161 or 2040205. OLE color: 2040205.
HSL color Cylindrical-coordinate representation of color #8D211F: hue angle of 1.09º 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 #8D211F is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 33 | 31 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.45 |
| HSL | 1.09º | 0.64% | 0.34% | - |
| HSV(B) | 1.09º | 0.78% | 0.55% | - |
| XYZ | 11.78 | 6.85 | 2 | - |
| YUV | 65.06 | 108.78 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 33 | 31 | 0 | 0.77 | 0.78 | 0.45 | 1.09 | 0.64 | 0.34 |
| Hex | 8D | 21 | 1F | 0 | 4D | 4E | 2D | 1 | 40 | 22 |
| Octal | 215 | 41 | 37 | 0 | 115 | 116 | 55 | 1 | 100 | 42 |
| Binary | 10001101 | 100001 | 11111 | 0 | 1001101 | 1001110 | 101101 | 1 | 1000000 | 100010 |
Color Harmonies of #8D211F
Complementary color
Monochromatic Colors of #8D211F
Black with #8D211F
Text Example
Text Example
White with #8D211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D211F; }
p { color: rgb(141,33,31); }
H1.HeaderClassName
{
color: #8D211F;
}
.AnyTagClassName
{
color: #8D211F;
}
</style>
background-color css
<style>
a { background-color: #8D211F; }
a { background-color: rgb(141,33,31); }
div.DivClassName
{
background-color: #8D211F;
}
.BgClassName
{
background-color: #8D211F;
}
</style>
border-color css
<style>
span { border-color: #8D211F; }
span { border-color: rgb(141,33,31); }
td.TdClassName
{
border-color: #8D211F;
}
.TagClassName
{
border-color: #8D211F;
}
</style>