#9E2939

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

Shades of Bright Red #9E2939

Tints of Bright Red #9E2939

Color information

#9E2939 (or 0x9E2939) is unknown color: approx Bright Red. HEX triplet: 9E, 29 and 39. RGB value is (158,41,57). Sum of RGB (Red+Green+Blue) = 158+41+57=256 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.72% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 57 (22.66% from 255 or 22.27% from 256); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2939 is #61D6C6. Grayscale: #4D4D4D. Windows color (decimal): -6411975 or 3746206. OLE color: 3746206.

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

Color convert

RGB1584157-
CMYK00.740.640.38
HSL351.79º58.79%39.02%-
HSV(B)351.79º74.05%61.96%-
XYZ15.639.154.81-
YUV77.81116.26185.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.72%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 57 (22.66% from 255) = 22.27%
R=61.72%
G=16.02%
B=22.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158415700.740.640.38351.7958.7939.02
Hex9E293904A40261603b27
Octal23651710112100465407347
Binary10011110101001111001010010101000000100110101100000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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