Html Css Color HEX #9E2339 Bright Red

📋 copy color: '#9E2339'

red 158 ◦ green 35 ◦ blue 57

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

Shades of Bright Red #9E2339

Tints of Bright Red #9E2339

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14%

 BLUE value IS 57 (22.66% from 255) = 22.8%

R = 63.2%
G = 14%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#9E2339 (or 0x9E2339) is known color: Bright Red. HEX triplet: 9E, 23 and 39. RGB value is (158,35,57). Sum of RGB (Red+Green+Blue) = 158+35+57=250 (33% of max value = 765). Red value is 158 (62.11% from 255 or 63.2% from 250); Green value is 35 (14.06% from 255 or 14% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2339 is #61DCC6. Grayscale: #4A4A4A. Windows color (decimal): -6413511 or 3744670. OLE color: 3744670.

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

Color convert

RGB 158 35 57 -
CMYK 0 0.78 0.64 0.38
HSL 349.27º 0.64% 0.38% -
HSV(B) 349.27º 0.78% 0.62% -
XYZ 15.44 8.77 4.75 -
YUV 74.29 118.25 187.71 -
System Red Green Blue C M Y K H S L
Decimal 158 35 57 0 0.78 0.64 0.38 349.27 0.64 0.38
Hex 9E 23 39 0 4E 40 26 15D 40 26
Octal 236 43 71 0 116 100 46 535 100 46
Binary 10011110 100011 111001 0 1001110 1000000 100110 101011101 1000000 100110

Color Harmonies of #9E2339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2339

Black with #9E2339

Text Example


Text Example

White with #9E2339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,35,57); }

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

background-color css

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

 a { background-color: rgb(158,35,57); }

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

border-color css

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

 span { border-color: rgb(158,35,57); }

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