Html Css Color HEX #9E2A2F Guardsman Red

📋 copy color: '#9E2A2F'

red 158 ◦ green 42 ◦ blue 47

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

Shades of Guardsman Red #9E2A2F

Tints of Guardsman Red #9E2A2F

RGB

 RED value IS 158 (62.11% from 255) = 63.97%

 GREEN value IS 42 (16.8% from 255) = 17%

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

R = 63.97%
G = 17%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9E2A2F (or 0x9E2A2F) is known color: Guardsman Red. HEX triplet: 9E, 2A and 2F. RGB value is (158,42,47). Sum of RGB (Red+Green+Blue) = 158+42+47=247 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.97% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 47 (18.75% from 255 or 19.03% from 247); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2A2F is #61D5D0. Grayscale: #4D4D4D. Windows color (decimal): -6411729 or 3091102. OLE color: 3091102.

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

Color convert

RGB 158 42 47 -
CMYK 0 0.73 0.70 0.38
HSL 357.41º 0.58% 0.39% -
HSV(B) 357.41º 0.73% 0.62% -
XYZ 15.44 9.13 3.64 -
YUV 77.25 110.93 185.59 -
System Red Green Blue C M Y K H S L
Decimal 158 42 47 0 0.73 0.70 0.38 357.41 0.58 0.39
Hex 9E 2A 2F 0 49 46 26 165 3A 27
Octal 236 52 57 0 111 106 46 545 72 47
Binary 10011110 101010 101111 0 1001001 1000110 100110 101100101 111010 100111

Color Harmonies of #9E2A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2A2F

Black with #9E2A2F

Text Example


Text Example

White with #9E2A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,42,47); }

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

background-color css

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

 a { background-color: rgb(158,42,47); }

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

border-color css

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

 span { border-color: rgb(158,42,47); }

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