Html Css Color HEX #9E1231 Bright Red

📋 copy color: '#9E1231'

red 158 ◦ green 18 ◦ blue 49

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

Shades of Bright Red #9E1231

Tints of Bright Red #9E1231

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8%

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

R = 70.22%
G = 8%
B = 21.78%

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

#9E1231 (or 0x9E1231) is known color: Bright Red. HEX triplet: 9E, 12 and 31. RGB value is (158,18,49). Sum of RGB (Red+Green+Blue) = 158+18+49=225 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.22% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1231 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E1231 is #61EDCE. Grayscale: #3F3F3F. Windows color (decimal): -6417871 or 3216030. OLE color: 3216030.

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

Color convert

RGB 158 18 49 -
CMYK 0 0.89 0.69 0.38
HSL 346.71º 0.8% 0.35% -
HSV(B) 346.71º 0.89% 0.62% -
XYZ 14.87 7.92 3.65 -
YUV 63.39 119.88 195.48 -
System Red Green Blue C M Y K H S L
Decimal 158 18 49 0 0.89 0.69 0.38 346.71 0.8 0.35
Hex 9E 12 31 0 59 45 26 15B 50 23
Octal 236 22 61 0 131 105 46 533 120 43
Binary 10011110 10010 110001 0 1011001 1000101 100110 101011011 1010000 100011

Color Harmonies of #9E1231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E1231

Black with #9E1231

Text Example


Text Example

White with #9E1231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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