#8E2B33

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

Shades of Bright Red #8E2B33

Tints of Bright Red #8E2B33

Color information

#8E2B33 (or 0x8E2B33) is unknown color: approx Bright Red. HEX triplet: 8E, 2B and 33. RGB value is (142,43,51). Sum of RGB (Red+Green+Blue) = 142+43+51=236 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.17% from 236); Green value is 43 (17.19% from 255 or 18.22% from 236); Blue value is 51 (20.31% from 255 or 21.61% from 236); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2B33 is #71D4CC. Grayscale: #494949. Windows color (decimal): -7460045 or 3353486. OLE color: 3353486.

HSL color Cylindrical-coordinate representation of color #8E2B33: hue angle of 355.15º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8E2B33 is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.44.

Color convert

RGB1424351-
CMYK00.700.640.44
HSL355.15º53.51%36.27%-
HSV(B)355.15º69.72%55.69%-
XYZ12.627.723.96-
YUV73.51115.3176.85-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.17%
GREEN value IS 43 (17.19% from 255) = 18.22%
BLUE value IS 51 (20.31% from 255) = 21.61%
R=60.17%
G=18.22%
B=21.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.64
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142435100.700.640.44355.1553.5136.27
Hex8E2B33046402C1633624
Octal21653630106100545436644
Binary10001110101011110011010001101000000101100101100011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2B33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,43,51); }

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

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

 a { background-color: rgb(142,43,51); }

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

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

 span { border-color: rgb(142,43,51); }

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