Shades of Mandarian Orange #8D2423
Tints of Mandarian Orange #8D2423
RGB
CMYK
RGB Variations
Color information
#8D2423 (or 0x8D2423) is known color: Mandarian Orange. HEX triplet: 8D, 24 and 23. RGB value is (141,36,35). Sum of RGB (Red+Green+Blue) = 141+36+35=212 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.51% from 212); Green value is 36 (14.45% from 255 or 16.98% from 212); Blue value is 35 (14.06% from 255 or 16.51% from 212); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2423 is #72DBDC. Grayscale: #434343. Windows color (decimal): -7527389 or 2303117. OLE color: 2303117.
HSL color Cylindrical-coordinate representation of color #8D2423: hue angle of 0.57º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8D2423 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 36 | 35 | - |
| CMYK | 0 | 0.74 | 0.75 | 0.45 |
| HSL | 0.57º | 0.6% | 0.35% | - |
| HSV(B) | 0.57º | 0.75% | 0.55% | - |
| XYZ | 11.92 | 7.05 | 2.32 | - |
| YUV | 67.28 | 109.79 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 36 | 35 | 0 | 0.74 | 0.75 | 0.45 | 0.57 | 0.6 | 0.35 |
| Hex | 8D | 24 | 23 | 0 | 4A | 4B | 2D | 1 | 3C | 23 |
| Octal | 215 | 44 | 43 | 0 | 112 | 113 | 55 | 1 | 74 | 43 |
| Binary | 10001101 | 100100 | 100011 | 0 | 1001010 | 1001011 | 101101 | 1 | 111100 | 100011 |
Color Harmonies of #8D2423
Complementary color
Monochromatic Colors of #8D2423
Black with #8D2423
Text Example
Text Example
White with #8D2423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D2423; }
p { color: rgb(141,36,35); }
H1.HeaderClassName
{
color: #8D2423;
}
.AnyTagClassName
{
color: #8D2423;
}
</style>
background-color css
<style>
a { background-color: #8D2423; }
a { background-color: rgb(141,36,35); }
div.DivClassName
{
background-color: #8D2423;
}
.BgClassName
{
background-color: #8D2423;
}
</style>
border-color css
<style>
span { border-color: #8D2423; }
span { border-color: rgb(141,36,35); }
td.TdClassName
{
border-color: #8D2423;
}
.TagClassName
{
border-color: #8D2423;
}
</style>