Shades of Milano Red #9E372D
Tints of Milano Red #9E372D
RGB
CMYK
RGB Variations
Color information
#9E372D (or 0x9E372D) is known color: Milano Red. HEX triplet: 9E, 37 and 2D. RGB value is (158,55,45). Sum of RGB (Red+Green+Blue) = 158+55+45=258 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.24% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 158 - color contains mainly: red. Hex color #9E372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E372D is #61C8D2. Grayscale: #545454. Windows color (decimal): -6408403 or 2963358. OLE color: 2963358.
HSL color Cylindrical-coordinate representation of color #9E372D: hue angle of 5.31º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9E372D is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 55 | 45 | - |
| CMYK | 0 | 0.65 | 0.72 | 0.38 |
| HSL | 5.31º | 0.56% | 0.4% | - |
| HSV(B) | 5.31º | 0.72% | 0.62% | - |
| XYZ | 15.94 | 10.19 | 3.61 | - |
| YUV | 84.66 | 105.62 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 55 | 45 | 0 | 0.65 | 0.72 | 0.38 | 5.31 | 0.56 | 0.4 |
| Hex | 9E | 37 | 2D | 0 | 41 | 48 | 26 | 5 | 38 | 28 |
| Octal | 236 | 67 | 55 | 0 | 101 | 110 | 46 | 5 | 70 | 50 |
| Binary | 10011110 | 110111 | 101101 | 0 | 1000001 | 1001000 | 100110 | 101 | 111000 | 101000 |
Color Harmonies of #9E372D
Complementary color
Monochromatic Colors of #9E372D
Black with #9E372D
Text Example
Text Example
White with #9E372D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E372D; }
p { color: rgb(158,55,45); }
H1.HeaderClassName
{
color: #9E372D;
}
.AnyTagClassName
{
color: #9E372D;
}
</style>
background-color css
<style>
a { background-color: #9E372D; }
a { background-color: rgb(158,55,45); }
div.DivClassName
{
background-color: #9E372D;
}
.BgClassName
{
background-color: #9E372D;
}
</style>
border-color css
<style>
span { border-color: #9E372D; }
span { border-color: rgb(158,55,45); }
td.TdClassName
{
border-color: #9E372D;
}
.TagClassName
{
border-color: #9E372D;
}
</style>