#8E2829

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

Shades of Bright Red #8E2829

Tints of Bright Red #8E2829

Color information

#8E2829 (or 0x8E2829) is unknown color: approx Bright Red. HEX triplet: 8E, 28 and 29. RGB value is (142,40,41). Sum of RGB (Red+Green+Blue) = 142+40+41=223 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.68% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2829 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2829 is #71D7D6. Grayscale: #464646. Windows color (decimal): -7460823 or 2697358. OLE color: 2697358.

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

Color convert

RGB1424041-
CMYK00.720.710.44
HSL359.41º56.04%35.69%-
HSV(B)359.41º71.83%55.69%-
XYZ12.317.432.88-
YUV70.61111.29178.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.68%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 41 (16.41% from 255) = 18.39%
R=63.68%
G=17.94%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142404100.720.710.44359.4156.0435.69
Hex8E2829048472C1673824
Octal21650510110107545477044
Binary10001110101000101001010010001000111101100101100111111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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