Shades of Milano Red #9E312A
Tints of Milano Red #9E312A
RGB
CMYK
RGB Variations
Color information
#9E312A (or 0x9E312A) is known color: Milano Red. HEX triplet: 9E, 31 and 2A. RGB value is (158,49,42). Sum of RGB (Red+Green+Blue) = 158+49+42=249 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.45% from 249); Green value is 49 (19.53% from 255 or 19.68% from 249); Blue value is 42 (16.80% from 255 or 16.87% from 249); Max value from RGB is 158 - color contains mainly: red. Hex color #9E312A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E312A is #61CED5. Grayscale: #505050. Windows color (decimal): -6409942 or 2765214. OLE color: 2765214.
HSL color Cylindrical-coordinate representation of color #9E312A: hue angle of 3.62º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9E312A is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 49 | 42 | - |
| CMYK | 0 | 0.69 | 0.73 | 0.38 |
| HSL | 3.62º | 0.58% | 0.39% | - |
| HSV(B) | 3.62º | 0.73% | 0.62% | - |
| XYZ | 15.62 | 9.63 | 3.23 | - |
| YUV | 80.79 | 106.11 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 49 | 42 | 0 | 0.69 | 0.73 | 0.38 | 3.62 | 0.58 | 0.39 |
| Hex | 9E | 31 | 2A | 0 | 45 | 49 | 26 | 4 | 3A | 27 |
| Octal | 236 | 61 | 52 | 0 | 105 | 111 | 46 | 4 | 72 | 47 |
| Binary | 10011110 | 110001 | 101010 | 0 | 1000101 | 1001001 | 100110 | 100 | 111010 | 100111 |
Color Harmonies of #9E312A
Complementary color
Monochromatic Colors of #9E312A
Black with #9E312A
Text Example
Text Example
White with #9E312A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E312A; }
p { color: rgb(158,49,42); }
H1.HeaderClassName
{
color: #9E312A;
}
.AnyTagClassName
{
color: #9E312A;
}
</style>
background-color css
<style>
a { background-color: #9E312A; }
a { background-color: rgb(158,49,42); }
div.DivClassName
{
background-color: #9E312A;
}
.BgClassName
{
background-color: #9E312A;
}
</style>
border-color css
<style>
span { border-color: #9E312A; }
span { border-color: rgb(158,49,42); }
td.TdClassName
{
border-color: #9E312A;
}
.TagClassName
{
border-color: #9E312A;
}
</style>