Shades of Mandarian Orange #8D2521
Tints of Mandarian Orange #8D2521
RGB
CMYK
RGB Variations
Color information
#8D2521 (or 0x8D2521) is known color: Mandarian Orange. HEX triplet: 8D, 25 and 21. RGB value is (141,37,33). Sum of RGB (Red+Green+Blue) = 141+37+33=211 (27% of max value = 765). Red value is 141 (55.47% from 255 or 66.82% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 33 (13.28% from 255 or 15.64% from 211); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2521 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2521 is #72DADE. Grayscale: #434343. Windows color (decimal): -7527135 or 2172301. OLE color: 2172301.
HSL color Cylindrical-coordinate representation of color #8D2521: hue angle of 2.22º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8D2521 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 37 | 33 | - |
| CMYK | 0 | 0.74 | 0.77 | 0.45 |
| HSL | 2.22º | 0.62% | 0.34% | - |
| HSV(B) | 2.22º | 0.77% | 0.55% | - |
| XYZ | 11.92 | 7.1 | 2.18 | - |
| YUV | 67.64 | 108.46 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 37 | 33 | 0 | 0.74 | 0.77 | 0.45 | 2.22 | 0.62 | 0.34 |
| Hex | 8D | 25 | 21 | 0 | 4A | 4D | 2D | 2 | 3E | 22 |
| Octal | 215 | 45 | 41 | 0 | 112 | 115 | 55 | 2 | 76 | 42 |
| Binary | 10001101 | 100101 | 100001 | 0 | 1001010 | 1001101 | 101101 | 10 | 111110 | 100010 |
Color Harmonies of #8D2521
Complementary color
Monochromatic Colors of #8D2521
Black with #8D2521
Text Example
Text Example
White with #8D2521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2521; }
p { color: rgb(141,37,33); }
H1.HeaderClassName
{
color: #8D2521;
}
.AnyTagClassName
{
color: #8D2521;
}
</style>
background-color css
<style>
a { background-color: #8D2521; }
a { background-color: rgb(141,37,33); }
div.DivClassName
{
background-color: #8D2521;
}
.BgClassName
{
background-color: #8D2521;
}
</style>
border-color css
<style>
span { border-color: #8D2521; }
span { border-color: rgb(141,37,33); }
td.TdClassName
{
border-color: #8D2521;
}
.TagClassName
{
border-color: #8D2521;
}
</style>