#8E2C2E

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

Shades of Bright Red #8E2C2E

Tints of Bright Red #8E2C2E

Color information

#8E2C2E (or 0x8E2C2E) is unknown color: approx Bright Red. HEX triplet: 8E, 2C and 2E. RGB value is (142,44,46). Sum of RGB (Red+Green+Blue) = 142+44+46=232 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.21% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 46 (18.36% from 255 or 19.83% from 232); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2C2E is #71D3D1. Grayscale: #494949. Windows color (decimal): -7459794 or 3026062. OLE color: 3026062.

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

Color convert

RGB1424446-
CMYK00.690.680.44
HSL358.78º52.69%36.47%-
HSV(B)358.78º69.01%55.69%-
XYZ12.557.753.42-
YUV73.53112.47176.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 61.21%
GREEN value IS 44 (17.58% from 255) = 18.97%
BLUE value IS 46 (18.36% from 255) = 19.83%
R=61.21%
G=18.97%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142444600.690.680.44358.7852.6936.47
Hex8E2C2E045442C1673524
Octal21654560105104545476544
Binary10001110101100101110010001011000100101100101100111110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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