Shades of Guardsman Red #9E313C
Tints of Guardsman Red #9E313C
RGB
CMYK
RGB Variations
Color information
#9E313C (or 0x9E313C) is known color: Guardsman Red. HEX triplet: 9E, 31 and 3C. RGB value is (158,49,60). Sum of RGB (Red+Green+Blue) = 158+49+60=267 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.18% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 60 (23.83% from 255 or 22.47% from 267); Max value from RGB is 158 - color contains mainly: red. Hex color #9E313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E313C is #61CEC3. Grayscale: #525252. Windows color (decimal): -6409924 or 3944862. OLE color: 3944862.
HSL color Cylindrical-coordinate representation of color #9E313C: hue angle of 353.94º 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 #9E313C is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 49 | 60 | - |
| CMYK | 0 | 0.69 | 0.62 | 0.38 |
| HSL | 353.94º | 0.53% | 0.41% | - |
| HSV(B) | 353.94º | 0.69% | 0.62% | - |
| XYZ | 16.01 | 9.79 | 5.32 | - |
| YUV | 82.85 | 115.11 | 181.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 49 | 60 | 0 | 0.69 | 0.62 | 0.38 | 353.94 | 0.53 | 0.41 |
| Hex | 9E | 31 | 3C | 0 | 45 | 3E | 26 | 162 | 35 | 29 |
| Octal | 236 | 61 | 74 | 0 | 105 | 76 | 46 | 542 | 65 | 51 |
| Binary | 10011110 | 110001 | 111100 | 0 | 1000101 | 111110 | 100110 | 101100010 | 110101 | 101001 |
Color Harmonies of #9E313C
Complementary color
Monochromatic Colors of #9E313C
Black with #9E313C
Text Example
Text Example
White with #9E313C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E313C; }
p { color: rgb(158,49,60); }
H1.HeaderClassName
{
color: #9E313C;
}
.AnyTagClassName
{
color: #9E313C;
}
</style>
background-color css
<style>
a { background-color: #9E313C; }
a { background-color: rgb(158,49,60); }
div.DivClassName
{
background-color: #9E313C;
}
.BgClassName
{
background-color: #9E313C;
}
</style>
border-color css
<style>
span { border-color: #9E313C; }
span { border-color: rgb(158,49,60); }
td.TdClassName
{
border-color: #9E313C;
}
.TagClassName
{
border-color: #9E313C;
}
</style>