#8E222F

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

Shades of Bright Red #8E222F

Tints of Bright Red #8E222F

Color information

#8E222F (or 0x8E222F) is unknown color: approx Bright Red. HEX triplet: 8E, 22 and 2F. RGB value is (142,34,47). Sum of RGB (Red+Green+Blue) = 142+34+47=223 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.68% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 47 (18.75% from 255 or 21.08% from 223); Max value from RGB is 142 - color contains mainly: red. Hex color #8E222F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E222F is #71DDD0. Grayscale: #434343. Windows color (decimal): -7462353 or 3089038. OLE color: 3089038.

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

Color convert

RGB1423447-
CMYK00.760.670.44
HSL352.78º61.36%34.51%-
HSV(B)352.78º76.06%55.69%-
XYZ12.247.13.41-
YUV67.77116.28180.94-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 63.68%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 47 (18.75% from 255) = 21.08%
R=63.68%
G=15.25%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142344700.760.670.44352.7861.3634.51
Hex8E222F04C432C1613d23
Octal21642570114103545417543
Binary10001110100010101111010011001000011101100101100001111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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