#8E282C

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

Shades of Bright Red #8E282C

Tints of Bright Red #8E282C

Color information

#8E282C (or 0x8E282C) is unknown color: approx Bright Red. HEX triplet: 8E, 28 and 2C. RGB value is (142,40,44). Sum of RGB (Red+Green+Blue) = 142+40+44=226 (29% of max value = 765). Red value is 142 (55.86% from 255 or 62.83% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 44 (17.58% from 255 or 19.47% from 226); Max value from RGB is 142 - color contains mainly: red. Hex color #8E282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E282C is #71D7D3. Grayscale: #474747. Windows color (decimal): -7460820 or 2893966. OLE color: 2893966.

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

Color convert

RGB1424044-
CMYK00.720.690.44
HSL357.65º56.04%35.69%-
HSV(B)357.65º71.83%55.69%-
XYZ12.377.453.17-
YUV70.95112.79178.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.83%
GREEN value IS 40 (16.02% from 255) = 17.70%
BLUE value IS 44 (17.58% from 255) = 19.47%
R=62.83%
G=17.70%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142404400.720.690.44357.6556.0435.69
Hex8E282C048452C1663824
Octal21650540110105545467044
Binary10001110101000101100010010001000101101100101100110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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