#8E272E

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

Shades of Bright Red #8E272E

Tints of Bright Red #8E272E

Color information

#8E272E (or 0x8E272E) is unknown color: approx Bright Red. HEX triplet: 8E, 27 and 2E. RGB value is (142,39,46). Sum of RGB (Red+Green+Blue) = 142+39+46=227 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.56% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 46 (18.36% from 255 or 20.26% from 227); Max value from RGB is 142 - color contains mainly: red. Hex color #8E272E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E272E is #71D8D1. Grayscale: #464646. Windows color (decimal): -7461074 or 3024782. OLE color: 3024782.

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

Color convert

RGB1423946-
CMYK00.730.680.44
HSL355.92º56.91%35.49%-
HSV(B)355.92º72.54%55.69%-
XYZ12.377.43.36-
YUV70.6114.12178.93-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.56%
GREEN value IS 39 (15.62% from 255) = 17.18%
BLUE value IS 46 (18.36% from 255) = 20.26%
R=62.56%
G=17.18%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142394600.730.680.44355.9256.9135.49
Hex8E272E049442C1643923
Octal21647560111104545447143
Binary10001110100111101110010010011000100101100101100100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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