Shades of Mandarian Orange #9D2514
Tints of Mandarian Orange #9D2514
RGB
CMYK
RGB Variations
Color information
#9D2514 (or 0x9D2514) is known color: Mandarian Orange. HEX triplet: 9D, 25 and 14. RGB value is (157,37,20). Sum of RGB (Red+Green+Blue) = 157+37+20=214 (28% of max value = 765). Red value is 157 (61.72% from 255 or 73.36% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2514 is #62DAEB. Grayscale: #474747. Windows color (decimal): -6478572 or 1320349. OLE color: 1320349.
HSL color Cylindrical-coordinate representation of color #9D2514: hue angle of 7.45º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D2514 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 37 | 20 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.38 |
| HSL | 7.45º | 0.77% | 0.35% | - |
| HSV(B) | 7.45º | 0.87% | 0.62% | - |
| XYZ | 14.69 | 8.54 | 1.54 | - |
| YUV | 70.94 | 99.26 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 20 | 0 | 0.76 | 0.87 | 0.38 | 7.45 | 0.77 | 0.35 |
| Hex | 9D | 25 | 14 | 0 | 4C | 57 | 26 | 7 | 4D | 23 |
| Octal | 235 | 45 | 24 | 0 | 114 | 127 | 46 | 7 | 115 | 43 |
| Binary | 10011101 | 100101 | 10100 | 0 | 1001100 | 1010111 | 100110 | 111 | 1001101 | 100011 |
Color Harmonies of #9D2514
Complementary color
Monochromatic Colors of #9D2514
Black with #9D2514
Text Example
Text Example
White with #9D2514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2514; }
p { color: rgb(157,37,20); }
H1.HeaderClassName
{
color: #9D2514;
}
.AnyTagClassName
{
color: #9D2514;
}
</style>
background-color css
<style>
a { background-color: #9D2514; }
a { background-color: rgb(157,37,20); }
div.DivClassName
{
background-color: #9D2514;
}
.BgClassName
{
background-color: #9D2514;
}
</style>
border-color css
<style>
span { border-color: #9D2514; }
span { border-color: rgb(157,37,20); }
td.TdClassName
{
border-color: #9D2514;
}
.TagClassName
{
border-color: #9D2514;
}
</style>