Shades of Mandarian Orange #8C1F1C
Tints of Mandarian Orange #8C1F1C
RGB
CMYK
RGB Variations
Color information
#8C1F1C (or 0x8C1F1C) is known color: Mandarian Orange. HEX triplet: 8C, 1F and 1C. RGB value is (140,31,28). Sum of RGB (Red+Green+Blue) = 140+31+28=199 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70.35% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 28 (11.33% from 255 or 14.07% from 199); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C1F1C is #73E0E3. Grayscale: #3F3F3F. Windows color (decimal): -7594212 or 1843084. OLE color: 1843084.
HSL color Cylindrical-coordinate representation of color #8C1F1C: hue angle of 1.61º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8C1F1C is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 31 | 28 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.45 |
| HSL | 1.61º | 0.67% | 0.33% | - |
| HSV(B) | 1.61º | 0.8% | 0.55% | - |
| XYZ | 11.51 | 6.64 | 1.77 | - |
| YUV | 63.25 | 108.11 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 31 | 28 | 0 | 0.78 | 0.80 | 0.45 | 1.61 | 0.67 | 0.33 |
| Hex | 8C | 1F | 1C | 0 | 4E | 50 | 2D | 2 | 43 | 21 |
| Octal | 214 | 37 | 34 | 0 | 116 | 120 | 55 | 2 | 103 | 41 |
| Binary | 10001100 | 11111 | 11100 | 0 | 1001110 | 1010000 | 101101 | 10 | 1000011 | 100001 |
Color Harmonies of #8C1F1C
Complementary color
Monochromatic Colors of #8C1F1C
Black with #8C1F1C
Text Example
Text Example
White with #8C1F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1F1C; }
p { color: rgb(140,31,28); }
H1.HeaderClassName
{
color: #8C1F1C;
}
.AnyTagClassName
{
color: #8C1F1C;
}
</style>
background-color css
<style>
a { background-color: #8C1F1C; }
a { background-color: rgb(140,31,28); }
div.DivClassName
{
background-color: #8C1F1C;
}
.BgClassName
{
background-color: #8C1F1C;
}
</style>
border-color css
<style>
span { border-color: #8C1F1C; }
span { border-color: rgb(140,31,28); }
td.TdClassName
{
border-color: #8C1F1C;
}
.TagClassName
{
border-color: #8C1F1C;
}
</style>