#8E252F

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

Shades of Bright Red #8E252F

Tints of Bright Red #8E252F

Color information

#8E252F (or 0x8E252F) is unknown color: approx Bright Red. HEX triplet: 8E, 25 and 2F. RGB value is (142,37,47). Sum of RGB (Red+Green+Blue) = 142+37+47=226 (29% of max value = 765). Red value is 142 (55.86% from 255 or 62.83% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 142 - color contains mainly: red. Hex color #8E252F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E252F is #71DAD0. Grayscale: #454545. Windows color (decimal): -7461585 or 3089806. OLE color: 3089806.

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

Color convert

RGB1423747-
CMYK00.740.670.44
HSL354.29º58.66%35.1%-
HSV(B)354.29º73.94%55.69%-
XYZ12.337.283.44-
YUV69.54115.29179.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 62.83%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 47 (18.75% from 255) = 20.80%
R=62.83%
G=16.37%
B=20.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142374700.740.670.44354.2958.6635.1
Hex8E252F04A432C1623b23
Octal21645570112103545427343
Binary10001110100101101111010010101000011101100101100010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E252F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,37,47); }

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

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

 a { background-color: rgb(142,37,47); }

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

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

 span { border-color: rgb(142,37,47); }

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