Html Css Color HEX #9E2641 Bright Red

📋 copy color: '#9E2641'

red 158 ◦ green 38 ◦ blue 65

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

Shades of Bright Red #9E2641

Tints of Bright Red #9E2641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.9%

R = 60.54%
G = 14.56%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.38

RGB Variations

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

Color information

#9E2641 (or 0x9E2641) is known color: Bright Red. HEX triplet: 9E, 26 and 41. RGB value is (158,38,65). Sum of RGB (Red+Green+Blue) = 158+38+65=261 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.54% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2641 is #61D9BE. Grayscale: #4C4C4C. Windows color (decimal): -6412735 or 4269726. OLE color: 4269726.

HSL color Cylindrical-coordinate representation of color #9E2641: hue angle of 346.5º 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 #9E2641 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 38 65 -
CMYK 0 0.76 0.59 0.38
HSL 346.5º 0.61% 0.38% -
HSV(B) 346.5º 0.76% 0.62% -
XYZ 15.75 9.04 5.92 -
YUV 76.96 121.26 185.8 -
System Red Green Blue C M Y K H S L
Decimal 158 38 65 0 0.76 0.59 0.38 346.5 0.61 0.38
Hex 9E 26 41 0 4C 3B 26 15A 3D 26
Octal 236 46 101 0 114 73 46 532 75 46
Binary 10011110 100110 1000001 0 1001100 111011 100110 101011010 111101 100110

Color Harmonies of #9E2641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E2641

Black with #9E2641

Text Example


Text Example

White with #9E2641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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