Shades of Mandarian Orange #8C2313
Tints of Mandarian Orange #8C2313
RGB
CMYK
RGB Variations
Color information
#8C2313 (or 0x8C2313) is known color: Mandarian Orange. HEX triplet: 8C, 23 and 13. RGB value is (140,35,19). Sum of RGB (Red+Green+Blue) = 140+35+19=194 (25% of max value = 765). Red value is 140 (55.08% from 255 or 72.16% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C2313 is #73DCEC. Grayscale: #404040. Windows color (decimal): -7593197 or 1254284. OLE color: 1254284.
HSL color Cylindrical-coordinate representation of color #8C2313: hue angle of 7.93º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C2313 is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 35 | 19 | - |
| CMYK | 0 | 0.75 | 0.86 | 0.45 |
| HSL | 7.93º | 0.76% | 0.31% | - |
| HSV(B) | 7.93º | 0.86% | 0.55% | - |
| XYZ | 11.53 | 6.82 | 1.33 | - |
| YUV | 64.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 35 | 19 | 0 | 0.75 | 0.86 | 0.45 | 7.93 | 0.76 | 0.31 |
| Hex | 8C | 23 | 13 | 0 | 4B | 56 | 2D | 8 | 4C | 1F |
| Octal | 214 | 43 | 23 | 0 | 113 | 126 | 55 | 10 | 114 | 37 |
| Binary | 10001100 | 100011 | 10011 | 0 | 1001011 | 1010110 | 101101 | 1000 | 1001100 | 11111 |
Color Harmonies of #8C2313
Complementary color
Monochromatic Colors of #8C2313
Black with #8C2313
Text Example
Text Example
White with #8C2313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C2313; }
p { color: rgb(140,35,19); }
H1.HeaderClassName
{
color: #8C2313;
}
.AnyTagClassName
{
color: #8C2313;
}
</style>
background-color css
<style>
a { background-color: #8C2313; }
a { background-color: rgb(140,35,19); }
div.DivClassName
{
background-color: #8C2313;
}
.BgClassName
{
background-color: #8C2313;
}
</style>
border-color css
<style>
span { border-color: #8C2313; }
span { border-color: rgb(140,35,19); }
td.TdClassName
{
border-color: #8C2313;
}
.TagClassName
{
border-color: #8C2313;
}
</style>