Shades of Milano Red #9E3525
Tints of Milano Red #9E3525
RGB
CMYK
RGB Variations
Color information
#9E3525 (or 0x9E3525) is known color: Milano Red. HEX triplet: 9E, 35 and 25. RGB value is (158,53,37). Sum of RGB (Red+Green+Blue) = 158+53+37=248 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.71% from 248); Green value is 53 (21.09% from 255 or 21.37% from 248); Blue value is 37 (14.84% from 255 or 14.92% from 248); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3525 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3525 is #61CADA. Grayscale: #525252. Windows color (decimal): -6408923 or 2438558. OLE color: 2438558.
HSL color Cylindrical-coordinate representation of color #9E3525: hue angle of 7.93º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E3525 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 53 | 37 | - |
| CMYK | 0 | 0.66 | 0.77 | 0.38 |
| HSL | 7.93º | 0.62% | 0.38% | - |
| HSV(B) | 7.93º | 0.77% | 0.62% | - |
| XYZ | 15.71 | 9.95 | 2.84 | - |
| YUV | 82.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 37 | 0 | 0.66 | 0.77 | 0.38 | 7.93 | 0.62 | 0.38 |
| Hex | 9E | 35 | 25 | 0 | 42 | 4D | 26 | 8 | 3E | 26 |
| Octal | 236 | 65 | 45 | 0 | 102 | 115 | 46 | 10 | 76 | 46 |
| Binary | 10011110 | 110101 | 100101 | 0 | 1000010 | 1001101 | 100110 | 1000 | 111110 | 100110 |
Color Harmonies of #9E3525
Complementary color
Monochromatic Colors of #9E3525
Black with #9E3525
Text Example
Text Example
White with #9E3525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3525; }
p { color: rgb(158,53,37); }
H1.HeaderClassName
{
color: #9E3525;
}
.AnyTagClassName
{
color: #9E3525;
}
</style>
background-color css
<style>
a { background-color: #9E3525; }
a { background-color: rgb(158,53,37); }
div.DivClassName
{
background-color: #9E3525;
}
.BgClassName
{
background-color: #9E3525;
}
</style>
border-color css
<style>
span { border-color: #9E3525; }
span { border-color: rgb(158,53,37); }
td.TdClassName
{
border-color: #9E3525;
}
.TagClassName
{
border-color: #9E3525;
}
</style>