Html Css Color HEX #9F2122 Guardsman Red

📋 copy color: '#9F2122'

red 159 ◦ green 33 ◦ blue 34

#9F2122
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #9F2122

Tints of Guardsman Red #9F2122

RGB

 RED value IS 159 (62.5% from 255) = 70.35%

 GREEN value IS 33 (13.28% from 255) = 14.6%

 BLUE value IS 34 (13.67% from 255) = 15.04%

R = 70.35%
G = 14.6%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#9F2122 (or 0x9F2122) is known color: Guardsman Red. HEX triplet: 9F, 21 and 22. RGB value is (159,33,34). Sum of RGB (Red+Green+Blue) = 159+33+34=226 (29% of max value = 765). Red value is 159 (62.5% from 255 or 70.35% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 34 (13.67% from 255 or 15.04% from 226); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2122 is #60DEDD. Grayscale: #464646. Windows color (decimal): -6348510 or 2236831. OLE color: 2236831.

HSL color Cylindrical-coordinate representation of color #9F2122: hue angle of 359.52º degrees, saturation: 0.66, 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 #9F2122 is Cyan = 0, Magento = 0.79, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 33 34 -
CMYK 0 0.79 0.79 0.38
HSL 359.52º 0.66% 0.38% -
HSV(B) 359.52º 0.79% 0.62% -
XYZ 15.13 8.57 2.37 -
YUV 70.79 107.24 190.92 -
System Red Green Blue C M Y K H S L
Decimal 159 33 34 0 0.79 0.79 0.38 359.52 0.66 0.38
Hex 9F 21 22 0 4F 4F 26 168 42 26
Octal 237 41 42 0 117 117 46 550 102 46
Binary 10011111 100001 100010 0 1001111 1001111 100110 101101000 1000010 100110

Color Harmonies of #9F2122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2122

Black with #9F2122

Text Example


Text Example

White with #9F2122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F2122;
 }
 .AnyTagClassName
 {
   color: #9F2122;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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