#8E282D

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

Shades of Bright Red #8E282D

Tints of Bright Red #8E282D

Color information

#8E282D (or 0x8E282D) is unknown color: approx Bright Red. HEX triplet: 8E, 28 and 2D. RGB value is (142,40,45). Sum of RGB (Red+Green+Blue) = 142+40+45=227 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.56% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 142 - color contains mainly: red. Hex color #8E282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E282D is #71D7D2. Grayscale: #474747. Windows color (decimal): -7460819 or 2959502. OLE color: 2959502.

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

Color convert

RGB1424045-
CMYK00.720.680.44
HSL357.06º56.04%35.69%-
HSV(B)357.06º71.83%55.69%-
XYZ12.397.463.27-
YUV71.07113.29178.59-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.56%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 45 (17.97% from 255) = 19.82%
R=62.56%
G=17.62%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142404500.720.680.44357.0656.0435.69
Hex8E282D048442C1653824
Octal21650550110104545457044
Binary10001110101000101101010010001000100101100101100101111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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