#8E2C38

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

Shades of Bright Red #8E2C38

Tints of Bright Red #8E2C38

Color information

#8E2C38 (or 0x8E2C38) is unknown color: approx Bright Red. HEX triplet: 8E, 2C and 38. RGB value is (142,44,56). Sum of RGB (Red+Green+Blue) = 142+44+56=242 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.68% from 242); Green value is 44 (17.58% from 255 or 18.18% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2C38 is #71D3C7. Grayscale: #4A4A4A. Windows color (decimal): -7459784 or 3681422. OLE color: 3681422.

HSL color Cylindrical-coordinate representation of color #8E2C38: hue angle of 352.65º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E2C38 is Cyan = 0, Magento = 0.69, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB1424456-
CMYK00.690.610.44
HSL352.65º52.69%36.47%-
HSV(B)352.65º69.01%55.69%-
XYZ12.777.844.58-
YUV74.67117.47176.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.68%
GREEN value IS 44 (17.58% from 255) = 18.18%
BLUE value IS 56 (22.27% from 255) = 23.14%
R=58.68%
G=18.18%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142445600.690.610.44352.6552.6936.47
Hex8E2C380453D2C1613524
Octal2165470010575545416544
Binary1000111010110011100001000101111101101100101100001110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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