Html Css Color HEX #9E1331 Bright Red

📋 copy color: '#9E1331'

red 158 ◦ green 19 ◦ blue 49

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

Shades of Bright Red #9E1331

Tints of Bright Red #9E1331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.41%

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

R = 69.91%
G = 8.41%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9E1331 (or 0x9E1331) is known color: Bright Red. HEX triplet: 9E, 13 and 31. RGB value is (158,19,49). Sum of RGB (Red+Green+Blue) = 158+19+49=226 (29% of max value = 765). Red value is 158 (62.11% from 255 or 69.91% from 226); Green value is 19 (7.81% from 255 or 8.41% from 226); Blue value is 49 (19.53% from 255 or 21.68% from 226); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1331 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1331 is #61ECCE. Grayscale: #404040. Windows color (decimal): -6417615 or 3216286. OLE color: 3216286.

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

Color convert

RGB 158 19 49 -
CMYK 0 0.88 0.69 0.38
HSL 347.05º 0.79% 0.35% -
HSV(B) 347.05º 0.88% 0.62% -
XYZ 14.89 7.96 3.66 -
YUV 63.98 119.55 195.06 -
System Red Green Blue C M Y K H S L
Decimal 158 19 49 0 0.88 0.69 0.38 347.05 0.79 0.35
Hex 9E 13 31 0 58 45 26 15B 4F 23
Octal 236 23 61 0 130 105 46 533 117 43
Binary 10011110 10011 110001 0 1011000 1000101 100110 101011011 1001111 100011

Color Harmonies of #9E1331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1331

Black with #9E1331

Text Example


Text Example

White with #9E1331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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