Shades of Milano Red #9E332C
Tints of Milano Red #9E332C
RGB
CMYK
RGB Variations
Color information
#9E332C (or 0x9E332C) is known color: Milano Red. HEX triplet: 9E, 33 and 2C. RGB value is (158,51,44). Sum of RGB (Red+Green+Blue) = 158+51+44=253 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.45% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 158 - color contains mainly: red. Hex color #9E332C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E332C is #61CCD3. Grayscale: #525252. Windows color (decimal): -6409428 or 2896798. OLE color: 2896798.
HSL color Cylindrical-coordinate representation of color #9E332C: hue angle of 3.68º 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 #9E332C is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 51 | 44 | - |
| CMYK | 0 | 0.68 | 0.72 | 0.38 |
| HSL | 3.68º | 0.56% | 0.4% | - |
| HSV(B) | 3.68º | 0.72% | 0.62% | - |
| XYZ | 15.74 | 9.82 | 3.45 | - |
| YUV | 82.2 | 106.45 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 51 | 44 | 0 | 0.68 | 0.72 | 0.38 | 3.68 | 0.56 | 0.4 |
| Hex | 9E | 33 | 2C | 0 | 44 | 48 | 26 | 4 | 38 | 28 |
| Octal | 236 | 63 | 54 | 0 | 104 | 110 | 46 | 4 | 70 | 50 |
| Binary | 10011110 | 110011 | 101100 | 0 | 1000100 | 1001000 | 100110 | 100 | 111000 | 101000 |
Color Harmonies of #9E332C
Complementary color
Monochromatic Colors of #9E332C
Black with #9E332C
Text Example
Text Example
White with #9E332C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E332C; }
p { color: rgb(158,51,44); }
H1.HeaderClassName
{
color: #9E332C;
}
.AnyTagClassName
{
color: #9E332C;
}
</style>
background-color css
<style>
a { background-color: #9E332C; }
a { background-color: rgb(158,51,44); }
div.DivClassName
{
background-color: #9E332C;
}
.BgClassName
{
background-color: #9E332C;
}
</style>
border-color css
<style>
span { border-color: #9E332C; }
span { border-color: rgb(158,51,44); }
td.TdClassName
{
border-color: #9E332C;
}
.TagClassName
{
border-color: #9E332C;
}
</style>