Shades of Bright Red #9E1725
Tints of Bright Red #9E1725
RGB
CMYK
RGB Variations
Color information
#9E1725 (or 0x9E1725) is known color: Bright Red. HEX triplet: 9E, 17 and 25. RGB value is (158,23,37). Sum of RGB (Red+Green+Blue) = 158+23+37=218 (28% of max value = 765). Red value is 158 (62.11% from 255 or 72.48% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1725 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1725 is #61E8DA. Grayscale: #414141. Windows color (decimal): -6416603 or 2430878. OLE color: 2430878.
HSL color Cylindrical-coordinate representation of color #9E1725: hue angle of 353.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9E1725 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 23 | 37 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.38 |
| HSL | 353.78º | 0.75% | 0.35% | - |
| HSV(B) | 353.78º | 0.85% | 0.62% | - |
| XYZ | 14.74 | 8.02 | 2.52 | - |
| YUV | 64.96 | 112.23 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 23 | 37 | 0 | 0.85 | 0.77 | 0.38 | 353.78 | 0.75 | 0.35 |
| Hex | 9E | 17 | 25 | 0 | 55 | 4D | 26 | 162 | 4B | 23 |
| Octal | 236 | 27 | 45 | 0 | 125 | 115 | 46 | 542 | 113 | 43 |
| Binary | 10011110 | 10111 | 100101 | 0 | 1010101 | 1001101 | 100110 | 101100010 | 1001011 | 100011 |
Color Harmonies of #9E1725
Complementary color
Monochromatic Colors of #9E1725
Black with #9E1725
Text Example
Text Example
White with #9E1725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1725; }
p { color: rgb(158,23,37); }
H1.HeaderClassName
{
color: #9E1725;
}
.AnyTagClassName
{
color: #9E1725;
}
</style>
background-color css
<style>
a { background-color: #9E1725; }
a { background-color: rgb(158,23,37); }
div.DivClassName
{
background-color: #9E1725;
}
.BgClassName
{
background-color: #9E1725;
}
</style>
border-color css
<style>
span { border-color: #9E1725; }
span { border-color: rgb(158,23,37); }
td.TdClassName
{
border-color: #9E1725;
}
.TagClassName
{
border-color: #9E1725;
}
</style>