#8E2B2D

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

Shades of Bright Red #8E2B2D

Tints of Bright Red #8E2B2D

Color information

#8E2B2D (or 0x8E2B2D) is unknown color: approx Bright Red. HEX triplet: 8E, 2B and 2D. RGB value is (142,43,45). Sum of RGB (Red+Green+Blue) = 142+43+45=230 (30% of max value = 765). Red value is 142 (55.86% from 255 or 61.74% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2B2D is #71D4D2. Grayscale: #484848. Windows color (decimal): -7460051 or 2960270. OLE color: 2960270.

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

Color convert

RGB1424345-
CMYK00.700.680.44
HSL358.79º53.51%36.27%-
HSV(B)358.79º69.72%55.69%-
XYZ12.497.673.3-
YUV72.83112.3177.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 61.74%
GREEN value IS 43 (17.19% from 255) = 18.70%
BLUE value IS 45 (17.97% from 255) = 19.57%
R=61.74%
G=18.70%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142434500.700.680.44358.7953.5136.27
Hex8E2B2D046442C1673624
Octal21653550106104545476644
Binary10001110101011101101010001101000100101100101100111110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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