Shades of Guardsman Red #9E2F3C
Tints of Guardsman Red #9E2F3C
RGB
CMYK
RGB Variations
Color information
#9E2F3C (or 0x9E2F3C) is known color: Guardsman Red. HEX triplet: 9E, 2F and 3C. RGB value is (158,47,60). Sum of RGB (Red+Green+Blue) = 158+47+60=265 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.62% from 265); Green value is 47 (18.75% from 255 or 17.74% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2F3C is #61D0C3. Grayscale: #515151. Windows color (decimal): -6410436 or 3944350. OLE color: 3944350.
HSL color Cylindrical-coordinate representation of color #9E2F3C: hue angle of 352.97º 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 #9E2F3C is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 47 | 60 | - |
| CMYK | 0 | 0.70 | 0.62 | 0.38 |
| HSL | 352.97º | 0.54% | 0.4% | - |
| HSV(B) | 352.97º | 0.7% | 0.62% | - |
| XYZ | 15.93 | 9.63 | 5.29 | - |
| YUV | 81.67 | 115.77 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 47 | 60 | 0 | 0.70 | 0.62 | 0.38 | 352.97 | 0.54 | 0.4 |
| Hex | 9E | 2F | 3C | 0 | 46 | 3E | 26 | 161 | 36 | 28 |
| Octal | 236 | 57 | 74 | 0 | 106 | 76 | 46 | 541 | 66 | 50 |
| Binary | 10011110 | 101111 | 111100 | 0 | 1000110 | 111110 | 100110 | 101100001 | 110110 | 101000 |
Color Harmonies of #9E2F3C
Complementary color
Monochromatic Colors of #9E2F3C
Black with #9E2F3C
Text Example
Text Example
White with #9E2F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E2F3C; }
p { color: rgb(158,47,60); }
H1.HeaderClassName
{
color: #9E2F3C;
}
.AnyTagClassName
{
color: #9E2F3C;
}
</style>
background-color css
<style>
a { background-color: #9E2F3C; }
a { background-color: rgb(158,47,60); }
div.DivClassName
{
background-color: #9E2F3C;
}
.BgClassName
{
background-color: #9E2F3C;
}
</style>
border-color css
<style>
span { border-color: #9E2F3C; }
span { border-color: rgb(158,47,60); }
td.TdClassName
{
border-color: #9E2F3C;
}
.TagClassName
{
border-color: #9E2F3C;
}
</style>