Html Css Color HEX #9E1131 Bright Red

📋 copy color: '#9E1131'

red 158 ◦ green 17 ◦ blue 49

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

Shades of Bright Red #9E1131

Tints of Bright Red #9E1131

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.59%

 BLUE value IS 49 (19.53% from 255) = 21.88%

R = 70.54%
G = 7.59%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9E1131 (or 0x9E1131) is known color: Bright Red. HEX triplet: 9E, 11 and 31. RGB value is (158,17,49). Sum of RGB (Red+Green+Blue) = 158+17+49=224 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.54% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 49 (19.53% from 255 or 21.88% from 224); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1131 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1131 is #61EECE. Grayscale: #3E3E3E. Windows color (decimal): -6418127 or 3215774. OLE color: 3215774.

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

Color convert

RGB 158 17 49 -
CMYK 0 0.89 0.69 0.38
HSL 346.38º 0.81% 0.34% -
HSV(B) 346.38º 0.89% 0.62% -
XYZ 14.86 7.89 3.65 -
YUV 62.81 120.21 195.9 -
System Red Green Blue C M Y K H S L
Decimal 158 17 49 0 0.89 0.69 0.38 346.38 0.81 0.34
Hex 9E 11 31 0 59 45 26 15A 51 22
Octal 236 21 61 0 131 105 46 532 121 42
Binary 10011110 10001 110001 0 1011001 1000101 100110 101011010 1010001 100010

Color Harmonies of #9E1131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1131

Black with #9E1131

Text Example


Text Example

White with #9E1131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,17,49); }

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

background-color css

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

 a { background-color: rgb(158,17,49); }

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

border-color css

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

 span { border-color: rgb(158,17,49); }

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