#8E2A38

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

Shades of Bright Red #8E2A38

Tints of Bright Red #8E2A38

Color information

#8E2A38 (or 0x8E2A38) is unknown color: approx Bright Red. HEX triplet: 8E, 2A and 38. RGB value is (142,42,56). Sum of RGB (Red+Green+Blue) = 142+42+56=240 (31% of max value = 765). Red value is 142 (55.86% from 255 or 59.17% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2A38 is #71D5C7. Grayscale: #494949. Windows color (decimal): -7460296 or 3680910. OLE color: 3680910.

HSL color Cylindrical-coordinate representation of color #8E2A38: hue angle of 351.6º 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 #8E2A38 is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB1424256-
CMYK00.700.610.44
HSL351.6º54.35%36.08%-
HSV(B)351.6º70.42%55.69%-
XYZ12.77.694.56-
YUV73.5118.13176.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 59.17%
GREEN value IS 42 (16.80% from 255) = 17.5%
BLUE value IS 56 (22.27% from 255) = 23.33%
R=59.17%
G=17.5%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142425600.700.610.44351.654.3536.08
Hex8E2A380463D2C1603624
Octal2165270010675545406644
Binary1000111010101011100001000110111101101100101100000110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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