Shades of Guardsman Red #9F2F40
Tints of Guardsman Red #9F2F40
RGB
CMYK
RGB Variations
Color information
#9F2F40 (or 0x9F2F40) is known color: Guardsman Red. HEX triplet: 9F, 2F and 40. RGB value is (159,47,64). Sum of RGB (Red+Green+Blue) = 159+47+64=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2F40 is #60D0BF. Grayscale: #525252. Windows color (decimal): -6344896 or 4206495. OLE color: 4206495.
HSL color Cylindrical-coordinate representation of color #9F2F40: hue angle of 350.89º 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 #9F2F40 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 47 | 64 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.38 |
| HSL | 350.89º | 0.54% | 0.4% | - |
| HSV(B) | 350.89º | 0.7% | 0.62% | - |
| XYZ | 16.24 | 9.77 | 5.88 | - |
| YUV | 82.43 | 117.61 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 47 | 64 | 0 | 0.70 | 0.60 | 0.38 | 350.89 | 0.54 | 0.4 |
| Hex | 9F | 2F | 40 | 0 | 46 | 3C | 26 | 15F | 36 | 28 |
| Octal | 237 | 57 | 100 | 0 | 106 | 74 | 46 | 537 | 66 | 50 |
| Binary | 10011111 | 101111 | 1000000 | 0 | 1000110 | 111100 | 100110 | 101011111 | 110110 | 101000 |
Color Harmonies of #9F2F40
Complementary color
Monochromatic Colors of #9F2F40
Black with #9F2F40
Text Example
Text Example
White with #9F2F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2F40; }
p { color: rgb(159,47,64); }
H1.HeaderClassName
{
color: #9F2F40;
}
.AnyTagClassName
{
color: #9F2F40;
}
</style>
background-color css
<style>
a { background-color: #9F2F40; }
a { background-color: rgb(159,47,64); }
div.DivClassName
{
background-color: #9F2F40;
}
.BgClassName
{
background-color: #9F2F40;
}
</style>
border-color css
<style>
span { border-color: #9F2F40; }
span { border-color: rgb(159,47,64); }
td.TdClassName
{
border-color: #9F2F40;
}
.TagClassName
{
border-color: #9F2F40;
}
</style>