Html Css Color HEX #9E2223 Guardsman Red

📋 copy color: '#9E2223'

red 158 ◦ green 34 ◦ blue 35

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

Shades of Guardsman Red #9E2223

Tints of Guardsman Red #9E2223

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.98%

 BLUE value IS 35 (14.06% from 255) = 15.42%

R = 69.6%
G = 14.98%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.38

RGB Variations

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

Color information

#9E2223 (or 0x9E2223) is known color: Guardsman Red. HEX triplet: 9E, 22 and 23. RGB value is (158,34,35). Sum of RGB (Red+Green+Blue) = 158+34+35=227 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.60% from 227); Green value is 34 (13.67% from 255 or 14.98% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2223 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2223 is #61DDDC. Grayscale: #474747. Windows color (decimal): -6413789 or 2302622. OLE color: 2302622.

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

Color convert

RGB 158 34 35 -
CMYK 0 0.78 0.78 0.38
HSL 359.52º 0.65% 0.38% -
HSV(B) 359.52º 0.78% 0.62% -
XYZ 14.98 8.53 2.45 -
YUV 71.19 107.58 189.92 -
System Red Green Blue C M Y K H S L
Decimal 158 34 35 0 0.78 0.78 0.38 359.52 0.65 0.38
Hex 9E 22 23 0 4E 4E 26 168 41 26
Octal 236 42 43 0 116 116 46 550 101 46
Binary 10011110 100010 100011 0 1001110 1001110 100110 101101000 1000001 100110

Color Harmonies of #9E2223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2223

Black with #9E2223

Text Example


Text Example

White with #9E2223

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,34,35); }

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

background-color css

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

 a { background-color: rgb(158,34,35); }

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

border-color css

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

 span { border-color: rgb(158,34,35); }

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