Shades of Mandarian Orange #9D1F05
Tints of Mandarian Orange #9D1F05
RGB
CMYK
RGB Variations
Color information
#9D1F05 (or 0x9D1F05) is known color: Mandarian Orange. HEX triplet: 9D, 1F and 05. RGB value is (157,31,5). Sum of RGB (Red+Green+Blue) = 157+31+5=193 (25% of max value = 765). Red value is 157 (61.72% from 255 or 81.35% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D1F05 is #62E0FA. Grayscale: #414141. Windows color (decimal): -6480123 or 335773. OLE color: 335773.
HSL color Cylindrical-coordinate representation of color #9D1F05: hue angle of 10.26º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9D1F05 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 31 | 5 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.38 |
| HSL | 10.26º | 0.94% | 0.32% | - |
| HSV(B) | 10.26º | 0.97% | 0.62% | - |
| XYZ | 14.42 | 8.16 | 0.96 | - |
| YUV | 65.71 | 93.74 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 31 | 5 | 0 | 0.80 | 0.97 | 0.38 | 10.26 | 0.94 | 0.32 |
| Hex | 9D | 1F | 5 | 0 | 50 | 61 | 26 | A | 5E | 20 |
| Octal | 235 | 37 | 5 | 0 | 120 | 141 | 46 | 12 | 136 | 40 |
| Binary | 10011101 | 11111 | 101 | 0 | 1010000 | 1100001 | 100110 | 1010 | 1011110 | 100000 |
Color Harmonies of #9D1F05
Complementary color
Monochromatic Colors of #9D1F05
Black with #9D1F05
Text Example
Text Example
White with #9D1F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1F05; }
p { color: rgb(157,31,5); }
H1.HeaderClassName
{
color: #9D1F05;
}
.AnyTagClassName
{
color: #9D1F05;
}
</style>
background-color css
<style>
a { background-color: #9D1F05; }
a { background-color: rgb(157,31,5); }
div.DivClassName
{
background-color: #9D1F05;
}
.BgClassName
{
background-color: #9D1F05;
}
</style>
border-color css
<style>
span { border-color: #9D1F05; }
span { border-color: rgb(157,31,5); }
td.TdClassName
{
border-color: #9D1F05;
}
.TagClassName
{
border-color: #9D1F05;
}
</style>