Shades of Milano Red #9E322D
Tints of Milano Red #9E322D
RGB
CMYK
RGB Variations
Color information
#9E322D (or 0x9E322D) is known color: Milano Red. HEX triplet: 9E, 32 and 2D. RGB value is (158,50,45). Sum of RGB (Red+Green+Blue) = 158+50+45=253 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.45% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 158 - color contains mainly: red. Hex color #9E322D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E322D is #61CDD2. Grayscale: #515151. Windows color (decimal): -6409683 or 2962078. OLE color: 2962078.
HSL color Cylindrical-coordinate representation of color #9E322D: hue angle of 2.65º 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 #9E322D is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 50 | 45 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.38 |
| HSL | 2.65º | 0.56% | 0.4% | - |
| HSV(B) | 2.65º | 0.72% | 0.62% | - |
| XYZ | 15.71 | 9.74 | 3.53 | - |
| YUV | 81.72 | 107.28 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 50 | 45 | 0 | 0.68 | 0.72 | 0.38 | 2.65 | 0.56 | 0.4 |
| Hex | 9E | 32 | 2D | 0 | 44 | 48 | 26 | 3 | 38 | 28 |
| Octal | 236 | 62 | 55 | 0 | 104 | 110 | 46 | 3 | 70 | 50 |
| Binary | 10011110 | 110010 | 101101 | 0 | 1000100 | 1001000 | 100110 | 11 | 111000 | 101000 |
Color Harmonies of #9E322D
Complementary color
Monochromatic Colors of #9E322D
Black with #9E322D
Text Example
Text Example
White with #9E322D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E322D; }
p { color: rgb(158,50,45); }
H1.HeaderClassName
{
color: #9E322D;
}
.AnyTagClassName
{
color: #9E322D;
}
</style>
background-color css
<style>
a { background-color: #9E322D; }
a { background-color: rgb(158,50,45); }
div.DivClassName
{
background-color: #9E322D;
}
.BgClassName
{
background-color: #9E322D;
}
</style>
border-color css
<style>
span { border-color: #9E322D; }
span { border-color: rgb(158,50,45); }
td.TdClassName
{
border-color: #9E322D;
}
.TagClassName
{
border-color: #9E322D;
}
</style>