#8E292E

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

Shades of Bright Red #8E292E

Tints of Bright Red #8E292E

Color information

#8E292E (or 0x8E292E) is unknown color: approx Bright Red. HEX triplet: 8E, 29 and 2E. RGB value is (142,41,46). Sum of RGB (Red+Green+Blue) = 142+41+46=229 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.01% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 46 (18.36% from 255 or 20.09% from 229); Max value from RGB is 142 - color contains mainly: red. Hex color #8E292E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E292E is #71D6D1. Grayscale: #474747. Windows color (decimal): -7460562 or 3025294. OLE color: 3025294.

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

Color convert

RGB1424146-
CMYK00.710.680.44
HSL357.03º55.19%35.88%-
HSV(B)357.03º71.13%55.69%-
XYZ12.447.533.38-
YUV71.77113.46178.09-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.01%
GREEN value IS 41 (16.41% from 255) = 17.90%
BLUE value IS 46 (18.36% from 255) = 20.09%
R=62.01%
G=17.90%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142414600.710.680.44357.0355.1935.88
Hex8E292E047442C1653724
Octal21651560107104545456744
Binary10001110101001101110010001111000100101100101100101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,41,46); }

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

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

 a { background-color: rgb(142,41,46); }

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

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

 span { border-color: rgb(142,41,46); }

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