Shades of Guardsman Red #9E2F34
Tints of Guardsman Red #9E2F34
RGB
CMYK
RGB Variations
Color information
#9E2F34 (or 0x9E2F34) is known color: Guardsman Red. HEX triplet: 9E, 2F and 34. RGB value is (158,47,52). Sum of RGB (Red+Green+Blue) = 158+47+52=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2F34 is #61D0CB. Grayscale: #505050. Windows color (decimal): -6410444 or 3420062. OLE color: 3420062.
HSL color Cylindrical-coordinate representation of color #9E2F34: hue angle of 357.3º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E2F34 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 47 | 52 | - |
| CMYK | 0 | 0.70 | 0.67 | 0.38 |
| HSL | 357.3º | 0.54% | 0.4% | - |
| HSV(B) | 357.3º | 0.7% | 0.62% | - |
| XYZ | 15.74 | 9.55 | 4.26 | - |
| YUV | 80.76 | 111.77 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 47 | 52 | 0 | 0.70 | 0.67 | 0.38 | 357.3 | 0.54 | 0.4 |
| Hex | 9E | 2F | 34 | 0 | 46 | 43 | 26 | 165 | 36 | 28 |
| Octal | 236 | 57 | 64 | 0 | 106 | 103 | 46 | 545 | 66 | 50 |
| Binary | 10011110 | 101111 | 110100 | 0 | 1000110 | 1000011 | 100110 | 101100101 | 110110 | 101000 |
Color Harmonies of #9E2F34
Complementary color
Monochromatic Colors of #9E2F34
Black with #9E2F34
Text Example
Text Example
White with #9E2F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2F34; }
p { color: rgb(158,47,52); }
H1.HeaderClassName
{
color: #9E2F34;
}
.AnyTagClassName
{
color: #9E2F34;
}
</style>
background-color css
<style>
a { background-color: #9E2F34; }
a { background-color: rgb(158,47,52); }
div.DivClassName
{
background-color: #9E2F34;
}
.BgClassName
{
background-color: #9E2F34;
}
</style>
border-color css
<style>
span { border-color: #9E2F34; }
span { border-color: rgb(158,47,52); }
td.TdClassName
{
border-color: #9E2F34;
}
.TagClassName
{
border-color: #9E2F34;
}
</style>