Shades of Milano Red #9D3935
Tints of Milano Red #9D3935
RGB
CMYK
RGB Variations
Color information
#9D3935 (or 0x9D3935) is known color: Milano Red. HEX triplet: 9D, 39 and 35. RGB value is (157,57,53). Sum of RGB (Red+Green+Blue) = 157+57+53=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 53 (21.09% from 255 or 19.85% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3935 is #62C6CA. Grayscale: #565656. Windows color (decimal): -6473419 or 3488157. OLE color: 3488157.
HSL color Cylindrical-coordinate representation of color #9D3935: hue angle of 2.31º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D3935 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 57 | 53 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.38 |
| HSL | 2.31º | 0.5% | 0.41% | - |
| HSV(B) | 2.31º | 0.66% | 0.62% | - |
| XYZ | 16.01 | 10.35 | 4.52 | - |
| YUV | 86.44 | 109.13 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 57 | 53 | 0 | 0.64 | 0.66 | 0.38 | 2.31 | 0.5 | 0.41 |
| Hex | 9D | 39 | 35 | 0 | 40 | 42 | 26 | 2 | 32 | 29 |
| Octal | 235 | 71 | 65 | 0 | 100 | 102 | 46 | 2 | 62 | 51 |
| Binary | 10011101 | 111001 | 110101 | 0 | 1000000 | 1000010 | 100110 | 10 | 110010 | 101001 |
Color Harmonies of #9D3935
Complementary color
Monochromatic Colors of #9D3935
Black with #9D3935
Text Example
Text Example
White with #9D3935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D3935; }
p { color: rgb(157,57,53); }
H1.HeaderClassName
{
color: #9D3935;
}
.AnyTagClassName
{
color: #9D3935;
}
</style>
background-color css
<style>
a { background-color: #9D3935; }
a { background-color: rgb(157,57,53); }
div.DivClassName
{
background-color: #9D3935;
}
.BgClassName
{
background-color: #9D3935;
}
</style>
border-color css
<style>
span { border-color: #9D3935; }
span { border-color: rgb(157,57,53); }
td.TdClassName
{
border-color: #9D3935;
}
.TagClassName
{
border-color: #9D3935;
}
</style>