Shades of Guardsman Red #9F2D41
Tints of Guardsman Red #9F2D41
RGB
CMYK
RGB Variations
Color information
#9F2D41 (or 0x9F2D41) is known color: Guardsman Red. HEX triplet: 9F, 2D and 41. RGB value is (159,45,65). Sum of RGB (Red+Green+Blue) = 159+45+65=269 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.11% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2D41 is #60D2BE. Grayscale: #515151. Windows color (decimal): -6345407 or 4271519. OLE color: 4271519.
HSL color Cylindrical-coordinate representation of color #9F2D41: hue angle of 349.47º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9F2D41 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 45 | 65 | - |
| CMYK | 0 | 0.72 | 0.59 | 0.38 |
| HSL | 349.47º | 0.56% | 0.4% | - |
| HSV(B) | 349.47º | 0.72% | 0.62% | - |
| XYZ | 16.19 | 9.63 | 6.01 | - |
| YUV | 81.37 | 118.77 | 183.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 45 | 65 | 0 | 0.72 | 0.59 | 0.38 | 349.47 | 0.56 | 0.4 |
| Hex | 9F | 2D | 41 | 0 | 48 | 3B | 26 | 15D | 38 | 28 |
| Octal | 237 | 55 | 101 | 0 | 110 | 73 | 46 | 535 | 70 | 50 |
| Binary | 10011111 | 101101 | 1000001 | 0 | 1001000 | 111011 | 100110 | 101011101 | 111000 | 101000 |
Color Harmonies of #9F2D41
Complementary color
Monochromatic Colors of #9F2D41
Black with #9F2D41
Text Example
Text Example
White with #9F2D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2D41; }
p { color: rgb(159,45,65); }
H1.HeaderClassName
{
color: #9F2D41;
}
.AnyTagClassName
{
color: #9F2D41;
}
</style>
background-color css
<style>
a { background-color: #9F2D41; }
a { background-color: rgb(159,45,65); }
div.DivClassName
{
background-color: #9F2D41;
}
.BgClassName
{
background-color: #9F2D41;
}
</style>
border-color css
<style>
span { border-color: #9F2D41; }
span { border-color: rgb(159,45,65); }
td.TdClassName
{
border-color: #9F2D41;
}
.TagClassName
{
border-color: #9F2D41;
}
</style>