Shades of Mandarian Orange #8C2215
Tints of Mandarian Orange #8C2215
RGB
CMYK
RGB Variations
Color information
#8C2215 (or 0x8C2215) is known color: Mandarian Orange. HEX triplet: 8C, 22 and 15. RGB value is (140,34,21). Sum of RGB (Red+Green+Blue) = 140+34+21=195 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.79% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 21 (8.59% from 255 or 10.77% from 195); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2215 is #73DDEA. Grayscale: #404040. Windows color (decimal): -7593451 or 1385100. OLE color: 1385100.
HSL color Cylindrical-coordinate representation of color #8C2215: hue angle of 6.55º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8C2215 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 34 | 21 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.45 |
| HSL | 6.55º | 0.74% | 0.32% | - |
| HSV(B) | 6.55º | 0.85% | 0.55% | - |
| XYZ | 11.52 | 6.77 | 1.41 | - |
| YUV | 64.21 | 103.62 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 34 | 21 | 0 | 0.76 | 0.85 | 0.45 | 6.55 | 0.74 | 0.32 |
| Hex | 8C | 22 | 15 | 0 | 4C | 55 | 2D | 7 | 4A | 20 |
| Octal | 214 | 42 | 25 | 0 | 114 | 125 | 55 | 7 | 112 | 40 |
| Binary | 10001100 | 100010 | 10101 | 0 | 1001100 | 1010101 | 101101 | 111 | 1001010 | 100000 |
Color Harmonies of #8C2215
Complementary color
Monochromatic Colors of #8C2215
Black with #8C2215
Text Example
Text Example
White with #8C2215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2215; }
p { color: rgb(140,34,21); }
H1.HeaderClassName
{
color: #8C2215;
}
.AnyTagClassName
{
color: #8C2215;
}
</style>
background-color css
<style>
a { background-color: #8C2215; }
a { background-color: rgb(140,34,21); }
div.DivClassName
{
background-color: #8C2215;
}
.BgClassName
{
background-color: #8C2215;
}
</style>
border-color css
<style>
span { border-color: #8C2215; }
span { border-color: rgb(140,34,21); }
td.TdClassName
{
border-color: #8C2215;
}
.TagClassName
{
border-color: #8C2215;
}
</style>