#9E2A41

Color #9E2A41 Bright Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Red #9E2A41

Tints of Bright Red #9E2A41

Color information

#9E2A41 (or 0x9E2A41) is unknown color: approx Bright Red. HEX triplet: 9E, 2A and 41. RGB value is (158,42,65). Sum of RGB (Red+Green+Blue) = 158+42+65=265 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.62% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2A41 is #61D5BE. Grayscale: #4F4F4F. Windows color (decimal): -6411711 or 4270750. OLE color: 4270750.

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

Color convert

RGB1584265-
CMYK00.730.590.38
HSL348.1º58%39.22%-
HSV(B)348.1º73.42%61.96%-
XYZ15.889.315.96-
YUV79.31119.93184.13-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.62%
GREEN value IS 42 (16.80% from 255) = 15.85%
BLUE value IS 65 (25.78% from 255) = 24.53%
R=59.62%
G=15.85%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158426500.730.590.38348.15839.22
Hex9E2A410493B2615c3a27
Octal23652101011173465347247
Binary10011110101010100000101001001111011100110101011100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E2A41;
 }
 .AnyTagClassName
 {
   color: #9E2A41;
 }
</style>
background-color css

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

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

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

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

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

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