Shades of Milano Red #9E3228
Tints of Milano Red #9E3228
RGB
CMYK
RGB Variations
Color information
#9E3228 (or 0x9E3228) is known color: Milano Red. HEX triplet: 9E, 32 and 28. RGB value is (158,50,40). Sum of RGB (Red+Green+Blue) = 158+50+40=248 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.71% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3228 is #61CDD7. Grayscale: #515151. Windows color (decimal): -6409688 or 2634398. OLE color: 2634398.
HSL color Cylindrical-coordinate representation of color #9E3228: hue angle of 5.08º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9E3228 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 50 | 40 | - |
| CMYK | 0 | 0.68 | 0.75 | 0.38 |
| HSL | 5.08º | 0.6% | 0.39% | - |
| HSV(B) | 5.08º | 0.75% | 0.62% | - |
| XYZ | 15.62 | 9.7 | 3.06 | - |
| YUV | 81.15 | 104.78 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 40 | 0 | 0.68 | 0.75 | 0.38 | 5.08 | 0.6 | 0.39 |
| Hex | 9E | 32 | 28 | 0 | 44 | 4B | 26 | 5 | 3C | 27 |
| Octal | 236 | 62 | 50 | 0 | 104 | 113 | 46 | 5 | 74 | 47 |
| Binary | 10011110 | 110010 | 101000 | 0 | 1000100 | 1001011 | 100110 | 101 | 111100 | 100111 |
Color Harmonies of #9E3228
Complementary color
Monochromatic Colors of #9E3228
Black with #9E3228
Text Example
Text Example
White with #9E3228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3228; }
p { color: rgb(158,50,40); }
H1.HeaderClassName
{
color: #9E3228;
}
.AnyTagClassName
{
color: #9E3228;
}
</style>
background-color css
<style>
a { background-color: #9E3228; }
a { background-color: rgb(158,50,40); }
div.DivClassName
{
background-color: #9E3228;
}
.BgClassName
{
background-color: #9E3228;
}
</style>
border-color css
<style>
span { border-color: #9E3228; }
span { border-color: rgb(158,50,40); }
td.TdClassName
{
border-color: #9E3228;
}
.TagClassName
{
border-color: #9E3228;
}
</style>