#8E2835

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

Shades of Bright Red #8E2835

Tints of Bright Red #8E2835

Color information

#8E2835 (or 0x8E2835) is unknown color: approx Bright Red. HEX triplet: 8E, 28 and 35. RGB value is (142,40,53). Sum of RGB (Red+Green+Blue) = 142+40+53=235 (31% of max value = 765). Red value is 142 (55.86% from 255 or 60.43% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2835 is #71D7CA. Grayscale: #484848. Windows color (decimal): -7460811 or 3483790. OLE color: 3483790.

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

Color convert

RGB1424053-
CMYK00.720.630.44
HSL352.35º56.04%35.69%-
HSV(B)352.35º71.83%55.69%-
XYZ12.567.534.16-
YUV71.98117.29177.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 60.43%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 53 (21.09% from 255) = 22.55%
R=60.43%
G=17.02%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142405300.720.630.44352.3556.0435.69
Hex8E28350483F2C1603824
Octal2165065011077545407044
Binary1000111010100011010101001000111111101100101100000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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