#8e2c3a

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

Shades of Bright Red #8E2C3A

Tints of Bright Red #8E2C3A

Color information

#8E2C3A (or 0x8E2C3A) is unknown color: approx Bright Red. HEX triplet: 8E, 2C and 3A. RGB value is (142,44,58). Sum of RGB (Red+Green+Blue) = 142+44+58=244 (32% of max value = 765). Red value is 142 (55.86% from 255 or 58.20% from 244); Green value is 44 (17.58% from 255 or 18.03% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2C3A is #71D3C5. Grayscale: #4A4A4A. Windows color (decimal): -7459782 or 3812494. OLE color: 3812494.

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

Color convert

RGB1424458-
CMYK00.690.590.44
HSL351.43º52.69%36.47%-
HSV(B)351.43º69.01%55.69%-
XYZ12.827.864.84-
YUV74.9118.47175.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.20%
GREEN value IS 44 (17.58% from 255) = 18.03%
BLUE value IS 58 (23.05% from 255) = 23.77%
R=58.20%
G=18.03%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142445800.690.590.44351.4352.6936.47
Hex8E2C3A0453B2C15f3524
Octal2165472010573545376544
Binary1000111010110011101001000101111011101100101011111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e2c3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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