Html Css Color HEX #9F2E2F Guardsman Red

📋 copy color: '#9F2E2F'

red 159 ◦ green 46 ◦ blue 47

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

Shades of Guardsman Red #9F2E2F

Tints of Guardsman Red #9F2E2F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.25%

 BLUE value IS 47 (18.75% from 255) = 18.65%

R = 63.1%
G = 18.25%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9F2E2F (or 0x9F2E2F) is known color: Guardsman Red. HEX triplet: 9F, 2E and 2F. RGB value is (159,46,47). Sum of RGB (Red+Green+Blue) = 159+46+47=252 (33% of max value = 765). Red value is 159 (62.5% from 255 or 63.10% from 252); Green value is 46 (18.36% from 255 or 18.25% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F2E2F is #60D1D0. Grayscale: #505050. Windows color (decimal): -6345169 or 3092127. OLE color: 3092127.

HSL color Cylindrical-coordinate representation of color #9F2E2F: hue angle of 359.47º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9F2E2F is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 46 47 -
CMYK 0 0.71 0.70 0.38
HSL 359.47º 0.55% 0.4% -
HSV(B) 359.47º 0.71% 0.62% -
XYZ 15.79 9.53 3.7 -
YUV 79.9 109.44 184.42 -
System Red Green Blue C M Y K H S L
Decimal 159 46 47 0 0.71 0.70 0.38 359.47 0.55 0.4
Hex 9F 2E 2F 0 47 46 26 167 37 28
Octal 237 56 57 0 107 106 46 547 67 50
Binary 10011111 101110 101111 0 1000111 1000110 100110 101100111 110111 101000

Color Harmonies of #9F2E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F2E2F

Black with #9F2E2F

Text Example


Text Example

White with #9F2E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,46,47); }

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

background-color css

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

 a { background-color: rgb(159,46,47); }

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

border-color css

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

 span { border-color: rgb(159,46,47); }

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