Shades of Milano Red #9E3535
Tints of Milano Red #9E3535
RGB
CMYK
RGB Variations
Color information
#9E3535 (or 0x9E3535) is known color: Milano Red. HEX triplet: 9E, 35 and 35. RGB value is (158,53,53). Sum of RGB (Red+Green+Blue) = 158+53+53=264 (34% of max value = 765). Red value is 158 (62.11% from 255 or 59.85% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3535 is #61CACA. Grayscale: #545454. Windows color (decimal): -6408907 or 3487134. OLE color: 3487134.
HSL color Cylindrical-coordinate representation of color #9E3535: hue angle of 0º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3535 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 53 | 53 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.38 |
| HSL | 0º | 0.5% | 0.41% | - |
| HSV(B) | 0º | 0.66% | 0.62% | - |
| XYZ | 16.02 | 10.07 | 4.47 | - |
| YUV | 84.4 | 110.29 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 53 | 53 | 0 | 0.66 | 0.66 | 0.38 | 0 | 0.5 | 0.41 |
| Hex | 9E | 35 | 35 | 0 | 42 | 42 | 26 | 0 | 32 | 29 |
| Octal | 236 | 65 | 65 | 0 | 102 | 102 | 46 | 0 | 62 | 51 |
| Binary | 10011110 | 110101 | 110101 | 0 | 1000010 | 1000010 | 100110 | 0 | 110010 | 101001 |
Color Harmonies of #9E3535
Complementary color
Monochromatic Colors of #9E3535
Black with #9E3535
Text Example
Text Example
White with #9E3535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3535; }
p { color: rgb(158,53,53); }
H1.HeaderClassName
{
color: #9E3535;
}
.AnyTagClassName
{
color: #9E3535;
}
</style>
background-color css
<style>
a { background-color: #9E3535; }
a { background-color: rgb(158,53,53); }
div.DivClassName
{
background-color: #9E3535;
}
.BgClassName
{
background-color: #9E3535;
}
</style>
border-color css
<style>
span { border-color: #9E3535; }
span { border-color: rgb(158,53,53); }
td.TdClassName
{
border-color: #9E3535;
}
.TagClassName
{
border-color: #9E3535;
}
</style>