Html Css Color HEX #9E333F Guardsman Red

📋 copy color: '#9E333F'

red 158 ◦ green 51 ◦ blue 63

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

Shades of Guardsman Red #9E333F

Tints of Guardsman Red #9E333F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

 BLUE value IS 63 (25% from 255) = 23.16%

R = 58.09%
G = 18.75%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9E333F (or 0x9E333F) is known color: Guardsman Red. HEX triplet: 9E, 33 and 3F. RGB value is (158,51,63). Sum of RGB (Red+Green+Blue) = 158+51+63=272 (36% of max value = 765). Red value is 158 (62.11% from 255 or 58.09% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 158 - color contains mainly: red. Hex color #9E333F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E333F is #61CCC0. Grayscale: #545454. Windows color (decimal): -6409409 or 4141982. OLE color: 4141982.

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

Color convert

RGB 158 51 63 -
CMYK 0 0.68 0.60 0.38
HSL 353.27º 0.51% 0.41% -
HSV(B) 353.27º 0.68% 0.62% -
XYZ 16.18 10 5.78 -
YUV 84.36 115.95 180.52 -
System Red Green Blue C M Y K H S L
Decimal 158 51 63 0 0.68 0.60 0.38 353.27 0.51 0.41
Hex 9E 33 3F 0 44 3C 26 161 33 29
Octal 236 63 77 0 104 74 46 541 63 51
Binary 10011110 110011 111111 0 1000100 111100 100110 101100001 110011 101001

Color Harmonies of #9E333F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E333F

Black with #9E333F

Text Example


Text Example

White with #9E333F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,51,63); }

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

background-color css

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

 a { background-color: rgb(158,51,63); }

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

border-color css

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

 span { border-color: rgb(158,51,63); }

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