Shades of Mexican Red #9E3F3A
Tints of Mexican Red #9E3F3A
RGB
CMYK
RGB Variations
Color information
#9E3F3A (or 0x9E3F3A) is known color: Mexican Red. HEX triplet: 9E, 3F and 3A. RGB value is (158,63,58). Sum of RGB (Red+Green+Blue) = 158+63+58=279 (36% of max value = 765). Red value is 158 (62.11% from 255 or 56.63% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3F3A is #61C0C5. Grayscale: #5A5A5A. Windows color (decimal): -6406342 or 3817374. OLE color: 3817374.
HSL color Cylindrical-coordinate representation of color #9E3F3A: hue angle of 3º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9E3F3A is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 63 | 58 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.38 |
| HSL | 3º | 0.46% | 0.42% | - |
| HSV(B) | 3º | 0.63% | 0.62% | - |
| XYZ | 16.64 | 11.13 | 5.27 | - |
| YUV | 90.84 | 109.47 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 63 | 58 | 0 | 0.60 | 0.63 | 0.38 | 3 | 0.46 | 0.42 |
| Hex | 9E | 3F | 3A | 0 | 3C | 3F | 26 | 3 | 2E | 2A |
| Octal | 236 | 77 | 72 | 0 | 74 | 77 | 46 | 3 | 56 | 52 |
| Binary | 10011110 | 111111 | 111010 | 0 | 111100 | 111111 | 100110 | 11 | 101110 | 101010 |
Color Harmonies of #9E3F3A
Complementary color
Monochromatic Colors of #9E3F3A
Black with #9E3F3A
Text Example
Text Example
White with #9E3F3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E3F3A; }
p { color: rgb(158,63,58); }
H1.HeaderClassName
{
color: #9E3F3A;
}
.AnyTagClassName
{
color: #9E3F3A;
}
</style>
background-color css
<style>
a { background-color: #9E3F3A; }
a { background-color: rgb(158,63,58); }
div.DivClassName
{
background-color: #9E3F3A;
}
.BgClassName
{
background-color: #9E3F3A;
}
</style>
border-color css
<style>
span { border-color: #9E3F3A; }
span { border-color: rgb(158,63,58); }
td.TdClassName
{
border-color: #9E3F3A;
}
.TagClassName
{
border-color: #9E3F3A;
}
</style>