Html Css Color HEX #9F373D Guardsman Red

📋 copy color: '#9F373D'

red 159 ◦ green 55 ◦ blue 61

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

Shades of Guardsman Red #9F373D

Tints of Guardsman Red #9F373D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20%

 BLUE value IS 61 (24.22% from 255) = 22.18%

R = 57.82%
G = 20%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.38

RGB Variations

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

Color information

#9F373D (or 0x9F373D) is known color: Guardsman Red. HEX triplet: 9F, 37 and 3D. RGB value is (159,55,61). Sum of RGB (Red+Green+Blue) = 159+55+61=275 (36% of max value = 765). Red value is 159 (62.5% from 255 or 57.82% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 159 - color contains mainly: red. Hex color #9F373D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F373D is #60C8C2. Grayscale: #565656. Windows color (decimal): -6342851 or 4011935. OLE color: 4011935.

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

Color convert

RGB 159 55 61 -
CMYK 0 0.65 0.62 0.38
HSL 356.54º 0.49% 0.42% -
HSV(B) 356.54º 0.65% 0.62% -
XYZ 16.51 10.44 5.56 -
YUV 86.78 113.46 179.51 -
System Red Green Blue C M Y K H S L
Decimal 159 55 61 0 0.65 0.62 0.38 356.54 0.49 0.42
Hex 9F 37 3D 0 41 3E 26 165 31 2A
Octal 237 67 75 0 101 76 46 545 61 52
Binary 10011111 110111 111101 0 1000001 111110 100110 101100101 110001 101010

Color Harmonies of #9F373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F373D

Black with #9F373D

Text Example


Text Example

White with #9F373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,55,61); }

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

background-color css

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

 a { background-color: rgb(159,55,61); }

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

border-color css

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

 span { border-color: rgb(159,55,61); }

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