Shades of Guardsman Red #9E2526
Tints of Guardsman Red #9E2526
RGB
CMYK
RGB Variations
Color information
#9E2526 (or 0x9E2526) is known color: Guardsman Red. HEX triplet: 9E, 25 and 26. RGB value is (158,37,38). Sum of RGB (Red+Green+Blue) = 158+37+38=233 (30% of max value = 765). Red value is 158 (62.11% from 255 or 67.81% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2526 is #61DAD9. Grayscale: #494949. Windows color (decimal): -6413018 or 2499998. OLE color: 2499998.
HSL color Cylindrical-coordinate representation of color #9E2526: hue angle of 359.5º 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 #9E2526 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 37 | 38 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.38 |
| HSL | 359.5º | 0.62% | 0.38% | - |
| HSV(B) | 359.5º | 0.77% | 0.62% | - |
| XYZ | 15.11 | 8.73 | 2.72 | - |
| YUV | 73.29 | 108.09 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 37 | 38 | 0 | 0.77 | 0.76 | 0.38 | 359.5 | 0.62 | 0.38 |
| Hex | 9E | 25 | 26 | 0 | 4D | 4C | 26 | 168 | 3E | 26 |
| Octal | 236 | 45 | 46 | 0 | 115 | 114 | 46 | 550 | 76 | 46 |
| Binary | 10011110 | 100101 | 100110 | 0 | 1001101 | 1001100 | 100110 | 101101000 | 111110 | 100110 |
Color Harmonies of #9E2526
Complementary color
Monochromatic Colors of #9E2526
Black with #9E2526
Text Example
Text Example
White with #9E2526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2526; }
p { color: rgb(158,37,38); }
H1.HeaderClassName
{
color: #9E2526;
}
.AnyTagClassName
{
color: #9E2526;
}
</style>
background-color css
<style>
a { background-color: #9E2526; }
a { background-color: rgb(158,37,38); }
div.DivClassName
{
background-color: #9E2526;
}
.BgClassName
{
background-color: #9E2526;
}
</style>
border-color css
<style>
span { border-color: #9E2526; }
span { border-color: rgb(158,37,38); }
td.TdClassName
{
border-color: #9E2526;
}
.TagClassName
{
border-color: #9E2526;
}
</style>