Shades of Guardsman Red #9F2F3E
Tints of Guardsman Red #9F2F3E
RGB
CMYK
RGB Variations
Color information
#9F2F3E (or 0x9F2F3E) is known color: Guardsman Red. HEX triplet: 9F, 2F and 3E. RGB value is (159,47,62). Sum of RGB (Red+Green+Blue) = 159+47+62=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2F3E is #60D0C1. Grayscale: #525252. Windows color (decimal): -6344898 or 4075423. OLE color: 4075423.
HSL color Cylindrical-coordinate representation of color #9F2F3E: hue angle of 351.96º 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 #9F2F3E is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 47 | 62 | - |
| CMYK | 0 | 0.70 | 0.61 | 0.38 |
| HSL | 351.96º | 0.54% | 0.4% | - |
| HSV(B) | 351.96º | 0.7% | 0.62% | - |
| XYZ | 16.18 | 9.75 | 5.59 | - |
| YUV | 82.2 | 116.61 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 47 | 62 | 0 | 0.70 | 0.61 | 0.38 | 351.96 | 0.54 | 0.4 |
| Hex | 9F | 2F | 3E | 0 | 46 | 3D | 26 | 160 | 36 | 28 |
| Octal | 237 | 57 | 76 | 0 | 106 | 75 | 46 | 540 | 66 | 50 |
| Binary | 10011111 | 101111 | 111110 | 0 | 1000110 | 111101 | 100110 | 101100000 | 110110 | 101000 |
Color Harmonies of #9F2F3E
Complementary color
Monochromatic Colors of #9F2F3E
Black with #9F2F3E
Text Example
Text Example
White with #9F2F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2F3E; }
p { color: rgb(159,47,62); }
H1.HeaderClassName
{
color: #9F2F3E;
}
.AnyTagClassName
{
color: #9F2F3E;
}
</style>
background-color css
<style>
a { background-color: #9F2F3E; }
a { background-color: rgb(159,47,62); }
div.DivClassName
{
background-color: #9F2F3E;
}
.BgClassName
{
background-color: #9F2F3E;
}
</style>
border-color css
<style>
span { border-color: #9F2F3E; }
span { border-color: rgb(159,47,62); }
td.TdClassName
{
border-color: #9F2F3E;
}
.TagClassName
{
border-color: #9F2F3E;
}
</style>