#9E2340

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

Shades of Bright Red #9E2340

Tints of Bright Red #9E2340

Color information

#9E2340 (or 0x9E2340) is unknown color: approx Bright Red. HEX triplet: 9E, 23 and 40. RGB value is (158,35,64). Sum of RGB (Red+Green+Blue) = 158+35+64=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2340 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2340 is #61DCBF. Grayscale: #4B4B4B. Windows color (decimal): -6413504 or 4203422. OLE color: 4203422.

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

Color convert

RGB1583564-
CMYK00.780.590.38
HSL345.85º63.73%37.84%-
HSV(B)345.85º77.85%61.96%-
XYZ15.638.845.73-
YUV75.08121.75187.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.48%
GREEN value IS 35 (14.06% from 255) = 13.62%
BLUE value IS 64 (25.39% from 255) = 24.90%
R=61.48%
G=13.62%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158356400.780.590.38345.8563.7337.84
Hex9E234004E3B2615a4026
Octal236431000116734653210046
Binary100111101000111000000010011101110111001101010110101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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