Shades of Mandarian Orange #8C251D
Tints of Mandarian Orange #8C251D
RGB
CMYK
RGB Variations
Color information
#8C251D (or 0x8C251D) is known color: Mandarian Orange. HEX triplet: 8C, 25 and 1D. RGB value is (140,37,29). Sum of RGB (Red+Green+Blue) = 140+37+29=206 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.96% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 29 (11.72% from 255 or 14.08% from 206); Max value from RGB is 140 - color contains mainly: red. Hex color #8C251D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C251D is #73DAE2. Grayscale: #434343. Windows color (decimal): -7592675 or 1910156. OLE color: 1910156.
HSL color Cylindrical-coordinate representation of color #8C251D: hue angle of 4.32º 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 #8C251D is Cyan = 0, Magento = 0.74, Yellow = 0.79 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 37 | 29 | - |
| CMYK | 0 | 0.74 | 0.79 | 0.45 |
| HSL | 4.32º | 0.66% | 0.33% | - |
| HSV(B) | 4.32º | 0.79% | 0.55% | - |
| XYZ | 11.7 | 6.99 | 1.89 | - |
| YUV | 66.89 | 106.62 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 37 | 29 | 0 | 0.74 | 0.79 | 0.45 | 4.32 | 0.66 | 0.33 |
| Hex | 8C | 25 | 1D | 0 | 4A | 4F | 2D | 4 | 42 | 21 |
| Octal | 214 | 45 | 35 | 0 | 112 | 117 | 55 | 4 | 102 | 41 |
| Binary | 10001100 | 100101 | 11101 | 0 | 1001010 | 1001111 | 101101 | 100 | 1000010 | 100001 |
Color Harmonies of #8C251D
Complementary color
Monochromatic Colors of #8C251D
Black with #8C251D
Text Example
Text Example
White with #8C251D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C251D; }
p { color: rgb(140,37,29); }
H1.HeaderClassName
{
color: #8C251D;
}
.AnyTagClassName
{
color: #8C251D;
}
</style>
background-color css
<style>
a { background-color: #8C251D; }
a { background-color: rgb(140,37,29); }
div.DivClassName
{
background-color: #8C251D;
}
.BgClassName
{
background-color: #8C251D;
}
</style>
border-color css
<style>
span { border-color: #8C251D; }
span { border-color: rgb(140,37,29); }
td.TdClassName
{
border-color: #8C251D;
}
.TagClassName
{
border-color: #8C251D;
}
</style>