Shades of Mandarian Orange #9F1D15
Tints of Mandarian Orange #9F1D15
RGB
CMYK
RGB Variations
Color information
#9F1D15 (or 0x9F1D15) is known color: Mandarian Orange. HEX triplet: 9F, 1D and 15. RGB value is (159,29,21). Sum of RGB (Red+Green+Blue) = 159+29+21=209 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.08% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 159 - color contains mainly: red. Hex color #9F1D15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F1D15 is #60E2EA. Grayscale: #434343. Windows color (decimal): -6349547 or 1383839. OLE color: 1383839.
HSL color Cylindrical-coordinate representation of color #9F1D15: hue angle of 3.48º 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 #9F1D15 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 29 | 21 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.38 |
| HSL | 3.48º | 0.77% | 0.35% | - |
| HSV(B) | 3.48º | 0.87% | 0.62% | - |
| XYZ | 14.87 | 8.3 | 1.53 | - |
| YUV | 66.96 | 102.07 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 29 | 21 | 0 | 0.82 | 0.87 | 0.38 | 3.48 | 0.77 | 0.35 |
| Hex | 9F | 1D | 15 | 0 | 52 | 57 | 26 | 3 | 4D | 23 |
| Octal | 237 | 35 | 25 | 0 | 122 | 127 | 46 | 3 | 115 | 43 |
| Binary | 10011111 | 11101 | 10101 | 0 | 1010010 | 1010111 | 100110 | 11 | 1001101 | 100011 |
Color Harmonies of #9F1D15
Complementary color
Monochromatic Colors of #9F1D15
Black with #9F1D15
Text Example
Text Example
White with #9F1D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F1D15; }
p { color: rgb(159,29,21); }
H1.HeaderClassName
{
color: #9F1D15;
}
.AnyTagClassName
{
color: #9F1D15;
}
</style>
background-color css
<style>
a { background-color: #9F1D15; }
a { background-color: rgb(159,29,21); }
div.DivClassName
{
background-color: #9F1D15;
}
.BgClassName
{
background-color: #9F1D15;
}
</style>
border-color css
<style>
span { border-color: #9F1D15; }
span { border-color: rgb(159,29,21); }
td.TdClassName
{
border-color: #9F1D15;
}
.TagClassName
{
border-color: #9F1D15;
}
</style>