#9F2225

Color #9F2225 Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #9F2225

Tints of Guardsman Red #9F2225

Color information

#9F2225 (or 0x9F2225) is unknown color: approx Guardsman Red. HEX triplet: 9F, 22 and 25. RGB value is (159,34,37). Sum of RGB (Red+Green+Blue) = 159+34+37=230 (30% of max value = 765). Red value is 159 (62.5% from 255 or 69.13% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 37 (14.84% from 255 or 16.09% from 230); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2225 is #60DDDA. Grayscale: #474747. Windows color (decimal): -6348251 or 2433695. OLE color: 2433695.

HSL color Cylindrical-coordinate representation of color #9F2225: hue angle of 358.56º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F2225 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.38.

Color convert

RGB1593437-
CMYK00.790.770.38
HSL358.56º64.77%37.84%-
HSV(B)358.56º78.62%62.35%-
XYZ15.28.652.62-
YUV71.72108.41190.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 69.13%
GREEN value IS 34 (13.67% from 255) = 14.78%
BLUE value IS 37 (14.84% from 255) = 16.09%
R=69.13%
G=14.78%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159343700.790.770.38358.5664.7737.84
Hex9F222504F4D261674126
Octal237424501171154654710146
Binary100111111000101001010100111110011011001101011001111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F2225; }

 p { color: rgb(159,34,37); }

 H1.HeaderClassName
 {
   color: #9F2225;
 }
 .AnyTagClassName
 {
   color: #9F2225;
 }
</style>
background-color css

<style>
 a { background-color: #9F2225; }

 a { background-color: rgb(159,34,37); }

 div.DivClassName
 {
   background-color: #9F2225;
 }
 .BgClassName
 {
   background-color: #9F2225;
 }
</style>
border-color css

<style>
 span { border-color: #9F2225; }

 span { border-color: rgb(159,34,37); }

 td.TdClassName
 {
   border-color: #9F2225;
 }
 .TagClassName
 {
   border-color: #9F2225;
 }
</style>