Shades of Mandarian Orange #8C201D
Tints of Mandarian Orange #8C201D
RGB
CMYK
RGB Variations
Color information
#8C201D (or 0x8C201D) is known color: Mandarian Orange. HEX triplet: 8C, 20 and 1D. RGB value is (140,32,29). Sum of RGB (Red+Green+Blue) = 140+32+29=201 (26% of max value = 765). Red value is 140 (55.08% from 255 or 69.65% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 29 (11.72% from 255 or 14.43% from 201); Max value from RGB is 140 - color contains mainly: red. Hex color #8C201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C201D is #73DFE2. Grayscale: #404040. Windows color (decimal): -7593955 or 1908876. OLE color: 1908876.
HSL color Cylindrical-coordinate representation of color #8C201D: hue angle of 1.62º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8C201D is Cyan = 0, Magento = 0.77, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 32 | 29 | - |
| CMYK | 0 | 0.77 | 0.79 | 0.45 |
| HSL | 1.62º | 0.66% | 0.33% | - |
| HSV(B) | 1.62º | 0.79% | 0.55% | - |
| XYZ | 11.55 | 6.7 | 1.85 | - |
| YUV | 63.95 | 108.28 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 32 | 29 | 0 | 0.77 | 0.79 | 0.45 | 1.62 | 0.66 | 0.33 |
| Hex | 8C | 20 | 1D | 0 | 4D | 4F | 2D | 2 | 42 | 21 |
| Octal | 214 | 40 | 35 | 0 | 115 | 117 | 55 | 2 | 102 | 41 |
| Binary | 10001100 | 100000 | 11101 | 0 | 1001101 | 1001111 | 101101 | 10 | 1000010 | 100001 |
Color Harmonies of #8C201D
Complementary color
Monochromatic Colors of #8C201D
Black with #8C201D
Text Example
Text Example
White with #8C201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C201D; }
p { color: rgb(140,32,29); }
H1.HeaderClassName
{
color: #8C201D;
}
.AnyTagClassName
{
color: #8C201D;
}
</style>
background-color css
<style>
a { background-color: #8C201D; }
a { background-color: rgb(140,32,29); }
div.DivClassName
{
background-color: #8C201D;
}
.BgClassName
{
background-color: #8C201D;
}
</style>
border-color css
<style>
span { border-color: #8C201D; }
span { border-color: rgb(140,32,29); }
td.TdClassName
{
border-color: #8C201D;
}
.TagClassName
{
border-color: #8C201D;
}
</style>