Shades of Guardsman Red #8F2E2F
Tints of Guardsman Red #8F2E2F
RGB
CMYK
RGB Variations
Color information
#8F2E2F (or 0x8F2E2F) is known color: Guardsman Red. HEX triplet: 8F, 2E and 2F. RGB value is (143,46,47). Sum of RGB (Red+Green+Blue) = 143+46+47=236 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.59% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2E2F is #70D1D0. Grayscale: #4B4B4B. Windows color (decimal): -7393745 or 3092111. OLE color: 3092111.
HSL color Cylindrical-coordinate representation of color #8F2E2F: hue angle of 359.38º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F2E2F is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 46 | 47 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.44 |
| HSL | 359.38º | 0.51% | 0.37% | - |
| HSV(B) | 359.38º | 0.68% | 0.56% | - |
| XYZ | 12.82 | 8 | 3.56 | - |
| YUV | 75.12 | 112.14 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 46 | 47 | 0 | 0.68 | 0.67 | 0.44 | 359.38 | 0.51 | 0.37 |
| Hex | 8F | 2E | 2F | 0 | 44 | 43 | 2C | 167 | 33 | 25 |
| Octal | 217 | 56 | 57 | 0 | 104 | 103 | 54 | 547 | 63 | 45 |
| Binary | 10001111 | 101110 | 101111 | 0 | 1000100 | 1000011 | 101100 | 101100111 | 110011 | 100101 |
Color Harmonies of #8F2E2F
Complementary color
Monochromatic Colors of #8F2E2F
Black with #8F2E2F
Text Example
Text Example
White with #8F2E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2E2F; }
p { color: rgb(143,46,47); }
H1.HeaderClassName
{
color: #8F2E2F;
}
.AnyTagClassName
{
color: #8F2E2F;
}
</style>
background-color css
<style>
a { background-color: #8F2E2F; }
a { background-color: rgb(143,46,47); }
div.DivClassName
{
background-color: #8F2E2F;
}
.BgClassName
{
background-color: #8F2E2F;
}
</style>
border-color css
<style>
span { border-color: #8F2E2F; }
span { border-color: rgb(143,46,47); }
td.TdClassName
{
border-color: #8F2E2F;
}
.TagClassName
{
border-color: #8F2E2F;
}
</style>