Shades of Mexican Red #9E413C
Tints of Mexican Red #9E413C
RGB
CMYK
RGB Variations
Color information
#9E413C (or 0x9E413C) is known color: Mexican Red. HEX triplet: 9E, 41 and 3C. RGB value is (158,65,60). Sum of RGB (Red+Green+Blue) = 158+65+60=283 (37% of max value = 765). Red value is 158 (62.11% from 255 or 55.83% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 158 - color contains mainly: red. Hex color #9E413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E413C is #61BEC3. Grayscale: #5C5C5C. Windows color (decimal): -6405828 or 3948958. OLE color: 3948958.
HSL color Cylindrical-coordinate representation of color #9E413C: hue angle of 3.06º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9E413C is Cyan = 0, Magento = 0.59, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 65 | 60 | - |
| CMYK | 0 | 0.59 | 0.62 | 0.38 |
| HSL | 3.06º | 0.45% | 0.43% | - |
| HSV(B) | 3.06º | 0.62% | 0.62% | - |
| XYZ | 16.81 | 11.38 | 5.58 | - |
| YUV | 92.24 | 109.81 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 65 | 60 | 0 | 0.59 | 0.62 | 0.38 | 3.06 | 0.45 | 0.43 |
| Hex | 9E | 41 | 3C | 0 | 3B | 3E | 26 | 3 | 2D | 2B |
| Octal | 236 | 101 | 74 | 0 | 73 | 76 | 46 | 3 | 55 | 53 |
| Binary | 10011110 | 1000001 | 111100 | 0 | 111011 | 111110 | 100110 | 11 | 101101 | 101011 |
Color Harmonies of #9E413C
Complementary color
Monochromatic Colors of #9E413C
Black with #9E413C
Text Example
Text Example
White with #9E413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E413C; }
p { color: rgb(158,65,60); }
H1.HeaderClassName
{
color: #9E413C;
}
.AnyTagClassName
{
color: #9E413C;
}
</style>
background-color css
<style>
a { background-color: #9E413C; }
a { background-color: rgb(158,65,60); }
div.DivClassName
{
background-color: #9E413C;
}
.BgClassName
{
background-color: #9E413C;
}
</style>
border-color css
<style>
span { border-color: #9E413C; }
span { border-color: rgb(158,65,60); }
td.TdClassName
{
border-color: #9E413C;
}
.TagClassName
{
border-color: #9E413C;
}
</style>