Html Css Color HEX #9E2628 Guardsman Red

📋 copy color: '#9E2628'

red 158 ◦ green 38 ◦ blue 40

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

Shades of Guardsman Red #9E2628

Tints of Guardsman Red #9E2628

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.1%

 BLUE value IS 40 (16.02% from 255) = 16.95%

R = 66.95%
G = 16.1%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9E2628 (or 0x9E2628) is known color: Guardsman Red. HEX triplet: 9E, 26 and 28. RGB value is (158,38,40). Sum of RGB (Red+Green+Blue) = 158+38+40=236 (31% of max value = 765). Red value is 158 (62.11% from 255 or 66.95% from 236); Green value is 38 (15.23% from 255 or 16.10% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2628 is #61D9D7. Grayscale: #4A4A4A. Windows color (decimal): -6412760 or 2631326. OLE color: 2631326.

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

Color convert

RGB 158 38 40 -
CMYK 0 0.76 0.75 0.38
HSL 359º 0.61% 0.38% -
HSV(B) 359º 0.76% 0.62% -
XYZ 15.18 8.81 2.91 -
YUV 74.11 108.76 187.84 -
System Red Green Blue C M Y K H S L
Decimal 158 38 40 0 0.76 0.75 0.38 359 0.61 0.38
Hex 9E 26 28 0 4C 4B 26 167 3D 26
Octal 236 46 50 0 114 113 46 547 75 46
Binary 10011110 100110 101000 0 1001100 1001011 100110 101100111 111101 100110

Color Harmonies of #9E2628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2628

Black with #9E2628

Text Example


Text Example

White with #9E2628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,38,40); }

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

background-color css

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

 a { background-color: rgb(158,38,40); }

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

border-color css

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

 span { border-color: rgb(158,38,40); }

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