Shades of Milano Red #9E302F
Tints of Milano Red #9E302F
RGB
CMYK
RGB Variations
Color information
#9E302F (or 0x9E302F) is known color: Milano Red. HEX triplet: 9E, 30 and 2F. RGB value is (158,48,47). Sum of RGB (Red+Green+Blue) = 158+48+47=253 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.45% from 253); Green value is 48 (19.14% from 255 or 18.97% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 158 - color contains mainly: red. Hex color #9E302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E302F is #61CFD0. Grayscale: #505050. Windows color (decimal): -6410193 or 3092638. OLE color: 3092638.
HSL color Cylindrical-coordinate representation of color #9E302F: hue angle of 0.54º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E302F is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 48 | 47 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.38 |
| HSL | 0.54º | 0.54% | 0.4% | - |
| HSV(B) | 0.54º | 0.7% | 0.62% | - |
| XYZ | 15.67 | 9.59 | 3.71 | - |
| YUV | 80.78 | 108.94 | 183.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 48 | 47 | 0 | 0.70 | 0.70 | 0.38 | 0.54 | 0.54 | 0.4 |
| Hex | 9E | 30 | 2F | 0 | 46 | 46 | 26 | 1 | 36 | 28 |
| Octal | 236 | 60 | 57 | 0 | 106 | 106 | 46 | 1 | 66 | 50 |
| Binary | 10011110 | 110000 | 101111 | 0 | 1000110 | 1000110 | 100110 | 1 | 110110 | 101000 |
Color Harmonies of #9E302F
Complementary color
Monochromatic Colors of #9E302F
Black with #9E302F
Text Example
Text Example
White with #9E302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E302F; }
p { color: rgb(158,48,47); }
H1.HeaderClassName
{
color: #9E302F;
}
.AnyTagClassName
{
color: #9E302F;
}
</style>
background-color css
<style>
a { background-color: #9E302F; }
a { background-color: rgb(158,48,47); }
div.DivClassName
{
background-color: #9E302F;
}
.BgClassName
{
background-color: #9E302F;
}
</style>
border-color css
<style>
span { border-color: #9E302F; }
span { border-color: rgb(158,48,47); }
td.TdClassName
{
border-color: #9E302F;
}
.TagClassName
{
border-color: #9E302F;
}
</style>