#8E262D

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

Shades of Bright Red #8E262D

Tints of Bright Red #8E262D

Color information

#8E262D (or 0x8E262D) is unknown color: approx Bright Red. HEX triplet: 8E, 26 and 2D. RGB value is (142,38,45). Sum of RGB (Red+Green+Blue) = 142+38+45=225 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.11% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 45 (17.97% from 255 or 20% from 225); Max value from RGB is 142 - color contains mainly: red. Hex color #8E262D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E262D is #71D9D2. Grayscale: #454545. Windows color (decimal): -7461331 or 2958990. OLE color: 2958990.

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

Color convert

RGB1423845-
CMYK00.730.680.44
HSL355.96º57.78%35.29%-
HSV(B)355.96º73.24%55.69%-
XYZ12.327.333.25-
YUV69.89113.96179.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.11%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 45 (17.97% from 255) = 20%
R=63.11%
G=16.89%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142384500.730.680.44355.9657.7835.29
Hex8E262D049442C1643a23
Octal21646550111104545447243
Binary10001110100110101101010010011000100101100101100100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E262D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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