#8E2431

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

Shades of Bright Red #8E2431

Tints of Bright Red #8E2431

Color information

#8E2431 (or 0x8E2431) is unknown color: approx Bright Red. HEX triplet: 8E, 24 and 31. RGB value is (142,36,49). Sum of RGB (Red+Green+Blue) = 142+36+49=227 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.56% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2431 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2431 is #71DBCE. Grayscale: #454545. Windows color (decimal): -7461839 or 3220622. OLE color: 3220622.

HSL color Cylindrical-coordinate representation of color #8E2431: hue angle of 352.64º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E2431 is Cyan = 0, Magento = 0.75, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB1423649-
CMYK00.750.650.44
HSL352.64º59.55%34.9%-
HSV(B)352.64º74.65%55.69%-
XYZ12.347.233.65-
YUV69.18116.62179.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.56%
GREEN value IS 36 (14.45% from 255) = 15.86%
BLUE value IS 49 (19.53% from 255) = 21.59%
R=62.56%
G=15.86%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142364900.750.650.44352.6459.5534.9
Hex8E243104B412C1613c23
Octal21644610113101545417443
Binary10001110100100110001010010111000001101100101100001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E2431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,36,49); }

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

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

 a { background-color: rgb(142,36,49); }

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

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

 span { border-color: rgb(142,36,49); }

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