Shades of Mandarian Orange #8C1F1D
Tints of Mandarian Orange #8C1F1D
RGB
CMYK
RGB Variations
Color information
#8C1F1D (or 0x8C1F1D) is known color: Mandarian Orange. HEX triplet: 8C, 1F and 1D. RGB value is (140,31,29). Sum of RGB (Red+Green+Blue) = 140+31+29=200 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 29 (11.72% from 255 or 14.5% from 200); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1F1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1F1D is #73E0E2. Grayscale: #3F3F3F. Windows color (decimal): -7594211 or 1908620. OLE color: 1908620.
HSL color Cylindrical-coordinate representation of color #8C1F1D: hue angle of 1.08º 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 #8C1F1D is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 31 | 29 | - |
| CMYK | 0 | 0.78 | 0.79 | 0.45 |
| HSL | 1.08º | 0.66% | 0.33% | - |
| HSV(B) | 1.08º | 0.79% | 0.55% | - |
| XYZ | 11.53 | 6.64 | 1.84 | - |
| YUV | 63.36 | 108.61 | 182.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 31 | 29 | 0 | 0.78 | 0.79 | 0.45 | 1.08 | 0.66 | 0.33 |
| Hex | 8C | 1F | 1D | 0 | 4E | 4F | 2D | 1 | 42 | 21 |
| Octal | 214 | 37 | 35 | 0 | 116 | 117 | 55 | 1 | 102 | 41 |
| Binary | 10001100 | 11111 | 11101 | 0 | 1001110 | 1001111 | 101101 | 1 | 1000010 | 100001 |
Color Harmonies of #8C1F1D
Complementary color
Monochromatic Colors of #8C1F1D
Black with #8C1F1D
Text Example
Text Example
White with #8C1F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1F1D; }
p { color: rgb(140,31,29); }
H1.HeaderClassName
{
color: #8C1F1D;
}
.AnyTagClassName
{
color: #8C1F1D;
}
</style>
background-color css
<style>
a { background-color: #8C1F1D; }
a { background-color: rgb(140,31,29); }
div.DivClassName
{
background-color: #8C1F1D;
}
.BgClassName
{
background-color: #8C1F1D;
}
</style>
border-color css
<style>
span { border-color: #8C1F1D; }
span { border-color: rgb(140,31,29); }
td.TdClassName
{
border-color: #8C1F1D;
}
.TagClassName
{
border-color: #8C1F1D;
}
</style>