#8E2A39

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

Shades of Bright Red #8E2A39

Tints of Bright Red #8E2A39

Color information

#8E2A39 (or 0x8E2A39) is unknown color: approx Bright Red. HEX triplet: 8E, 2A and 39. RGB value is (142,42,57). Sum of RGB (Red+Green+Blue) = 142+42+57=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 42 (16.80% from 255 or 17.43% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2A39 is #71D5C6. Grayscale: #494949. Windows color (decimal): -7460295 or 3746446. OLE color: 3746446.

HSL color Cylindrical-coordinate representation of color #8E2A39: hue angle of 351º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E2A39 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.44.

Color convert

RGB1424257-
CMYK00.700.600.44
HSL351º54.35%36.08%-
HSV(B)351º70.42%55.69%-
XYZ12.727.74.69-
YUV73.61118.63176.78-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.92%
GREEN value IS 42 (16.80% from 255) = 17.43%
BLUE value IS 57 (22.66% from 255) = 23.65%
R=58.92%
G=17.43%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.60
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142425700.700.600.4435154.3536.08
Hex8E2A390463C2C15f3624
Octal2165271010674545376644
Binary1000111010101011100101000110111100101100101011111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E2A39; }

 p { color: rgb(142,42,57); }

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

<style>
 a { background-color: #8E2A39; }

 a { background-color: rgb(142,42,57); }

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

<style>
 span { border-color: #8E2A39; }

 span { border-color: rgb(142,42,57); }

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