#8E2D36

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

Shades of Bright Red #8E2D36

Tints of Bright Red #8E2D36

Color information

#8E2D36 (or 0x8E2D36) is unknown color: approx Bright Red. HEX triplet: 8E, 2D and 36. RGB value is (142,45,54). Sum of RGB (Red+Green+Blue) = 142+45+54=241 (31% of max value = 765). Red value is 142 (55.86% from 255 or 58.92% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 54 (21.48% from 255 or 22.41% from 241); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2D36 is #71D2C9. Grayscale: #4B4B4B. Windows color (decimal): -7459530 or 3550606. OLE color: 3550606.

HSL color Cylindrical-coordinate representation of color #8E2D36: hue angle of 354.43º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E2D36 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB1424554-
CMYK00.680.620.44
HSL354.43º51.87%36.67%-
HSV(B)354.43º68.31%55.69%-
XYZ12.767.894.34-
YUV75.03116.14175.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 58.92%
GREEN value IS 45 (17.97% from 255) = 18.67%
BLUE value IS 54 (21.48% from 255) = 22.41%
R=58.92%
G=18.67%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142455400.680.620.44354.4351.8736.67
Hex8E2D360443E2C1623425
Octal2165566010476545426445
Binary1000111010110111011001000100111110101100101100010110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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