#9E2541

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

Shades of Bright Red #9E2541

Tints of Bright Red #9E2541

Color information

#9E2541 (or 0x9E2541) is unknown color: approx Bright Red. HEX triplet: 9E, 25 and 41. RGB value is (158,37,65). Sum of RGB (Red+Green+Blue) = 158+37+65=260 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.77% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2541 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E2541 is #61DABE. Grayscale: #4C4C4C. Windows color (decimal): -6412991 or 4269470. OLE color: 4269470.

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

Color convert

RGB1583765-
CMYK00.770.590.38
HSL346.12º62.05%38.24%-
HSV(B)346.12º76.58%61.96%-
XYZ15.728.975.9-
YUV76.37121.59186.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.77%
GREEN value IS 37 (14.84% from 255) = 14.23%
BLUE value IS 65 (25.78% from 255) = 25%
R=60.77%
G=14.23%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158376500.770.590.38346.1262.0538.24
Hex9E254104D3B2615a3e26
Octal23645101011573465327646
Binary10011110100101100000101001101111011100110101011010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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