#8E282B

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

Shades of Bright Red #8E282B

Tints of Bright Red #8E282B

Color information

#8E282B (or 0x8E282B) is unknown color: approx Bright Red. HEX triplet: 8E, 28 and 2B. RGB value is (142,40,43). Sum of RGB (Red+Green+Blue) = 142+40+43=225 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.11% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 142 - color contains mainly: red. Hex color #8E282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E282B is #71D7D4. Grayscale: #464646. Windows color (decimal): -7460821 or 2828430. OLE color: 2828430.

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

Color convert

RGB1424043-
CMYK00.720.700.44
HSL358.24º56.04%35.69%-
HSV(B)358.24º71.83%55.69%-
XYZ12.357.443.07-
YUV70.84112.29178.76-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.11%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 43 (17.19% from 255) = 19.11%
R=63.11%
G=17.78%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142404300.720.700.44358.2456.0435.69
Hex8E282B048462C1663824
Octal21650530110106545467044
Binary10001110101000101011010010001000110101100101100110111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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