Shades of Guardsman Red #9E313D
Tints of Guardsman Red #9E313D
RGB
CMYK
RGB Variations
Color information
#9E313D (or 0x9E313D) is known color: Guardsman Red. HEX triplet: 9E, 31 and 3D. RGB value is (158,49,61). Sum of RGB (Red+Green+Blue) = 158+49+61=268 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.96% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 158 - color contains mainly: red. Hex color #9E313D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E313D is #61CEC2. Grayscale: #535353. Windows color (decimal): -6409923 or 4010398. OLE color: 4010398.
HSL color Cylindrical-coordinate representation of color #9E313D: hue angle of 353.39º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9E313D is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 49 | 61 | - |
| CMYK | 0 | 0.69 | 0.61 | 0.38 |
| HSL | 353.39º | 0.53% | 0.41% | - |
| HSV(B) | 353.39º | 0.69% | 0.62% | - |
| XYZ | 16.04 | 9.8 | 5.46 | - |
| YUV | 82.96 | 115.61 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 49 | 61 | 0 | 0.69 | 0.61 | 0.38 | 353.39 | 0.53 | 0.41 |
| Hex | 9E | 31 | 3D | 0 | 45 | 3D | 26 | 161 | 35 | 29 |
| Octal | 236 | 61 | 75 | 0 | 105 | 75 | 46 | 541 | 65 | 51 |
| Binary | 10011110 | 110001 | 111101 | 0 | 1000101 | 111101 | 100110 | 101100001 | 110101 | 101001 |
Color Harmonies of #9E313D
Complementary color
Monochromatic Colors of #9E313D
Black with #9E313D
Text Example
Text Example
White with #9E313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E313D; }
p { color: rgb(158,49,61); }
H1.HeaderClassName
{
color: #9E313D;
}
.AnyTagClassName
{
color: #9E313D;
}
</style>
background-color css
<style>
a { background-color: #9E313D; }
a { background-color: rgb(158,49,61); }
div.DivClassName
{
background-color: #9E313D;
}
.BgClassName
{
background-color: #9E313D;
}
</style>
border-color css
<style>
span { border-color: #9E313D; }
span { border-color: rgb(158,49,61); }
td.TdClassName
{
border-color: #9E313D;
}
.TagClassName
{
border-color: #9E313D;
}
</style>