#8E232F

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

Shades of Bright Red #8E232F

Tints of Bright Red #8E232F

Color information

#8E232F (or 0x8E232F) is unknown color: approx Bright Red. HEX triplet: 8E, 23 and 2F. RGB value is (142,35,47). Sum of RGB (Red+Green+Blue) = 142+35+47=224 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.39% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 142 - color contains mainly: red. Hex color #8E232F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E232F is #71DCD0. Grayscale: #444444. Windows color (decimal): -7462097 or 3089294. OLE color: 3089294.

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

Color convert

RGB1423547-
CMYK00.750.670.44
HSL353.27º60.45%34.71%-
HSV(B)353.27º75.35%55.69%-
XYZ12.277.163.42-
YUV68.36115.95180.52-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.39%
GREEN value IS 35 (14.06% from 255) = 15.62%
BLUE value IS 47 (18.75% from 255) = 20.98%
R=63.39%
G=15.62%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142354700.750.670.44353.2760.4534.71
Hex8E232F04B432C1613c23
Octal21643570113103545417443
Binary10001110100011101111010010111000011101100101100001111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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