Shades of Bright Red #9E253C
Tints of Bright Red #9E253C
RGB
CMYK
RGB Variations
Color information
#9E253C (or 0x9E253C) is known color: Bright Red. HEX triplet: 9E, 25 and 3C. RGB value is (158,37,60). Sum of RGB (Red+Green+Blue) = 158+37+60=255 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.96% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 60 (23.83% from 255 or 23.53% from 255); Max value from RGB is 158 - color contains mainly: red. Hex color #9E253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E253C is #61DAC3. Grayscale: #4B4B4B. Windows color (decimal): -6412996 or 3941790. OLE color: 3941790.
HSL color Cylindrical-coordinate representation of color #9E253C: hue angle of 348.6º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9E253C is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 37 | 60 | - |
| CMYK | 0 | 0.77 | 0.62 | 0.38 |
| HSL | 348.6º | 0.62% | 0.38% | - |
| HSV(B) | 348.6º | 0.77% | 0.62% | - |
| XYZ | 15.58 | 8.92 | 5.18 | - |
| YUV | 75.8 | 119.09 | 186.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 37 | 60 | 0 | 0.77 | 0.62 | 0.38 | 348.6 | 0.62 | 0.38 |
| Hex | 9E | 25 | 3C | 0 | 4D | 3E | 26 | 15D | 3E | 26 |
| Octal | 236 | 45 | 74 | 0 | 115 | 76 | 46 | 535 | 76 | 46 |
| Binary | 10011110 | 100101 | 111100 | 0 | 1001101 | 111110 | 100110 | 101011101 | 111110 | 100110 |
Color Harmonies of #9E253C
Complementary color
Monochromatic Colors of #9E253C
Black with #9E253C
Text Example
Text Example
White with #9E253C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E253C; }
p { color: rgb(158,37,60); }
H1.HeaderClassName
{
color: #9E253C;
}
.AnyTagClassName
{
color: #9E253C;
}
</style>
background-color css
<style>
a { background-color: #9E253C; }
a { background-color: rgb(158,37,60); }
div.DivClassName
{
background-color: #9E253C;
}
.BgClassName
{
background-color: #9E253C;
}
</style>
border-color css
<style>
span { border-color: #9E253C; }
span { border-color: rgb(158,37,60); }
td.TdClassName
{
border-color: #9E253C;
}
.TagClassName
{
border-color: #9E253C;
}
</style>