#8E1C2A

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

Shades of Flame Red #8E1C2A

Tints of Flame Red #8E1C2A

Color information

#8E1C2A (or 0x8E1C2A) is unknown color: approx Flame Red. HEX triplet: 8E, 1C and 2A. RGB value is (142,28,42). Sum of RGB (Red+Green+Blue) = 142+28+42=212 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.98% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1C2A is #71E3D5. Grayscale: #3F3F3F. Windows color (decimal): -7463894 or 2759822. OLE color: 2759822.

HSL color Cylindrical-coordinate representation of color #8E1C2A: hue angle of 352.63º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8E1C2A is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB1422842-
CMYK00.800.700.44
HSL352.63º67.06%33.33%-
HSV(B)352.63º80.28%55.69%-
XYZ11.996.752.86-
YUV63.68115.77183.86-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 66.98%
GREEN value IS 28 (11.33% from 255) = 13.21%
BLUE value IS 42 (16.80% from 255) = 19.81%
R=66.98%
G=13.21%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.70
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142284200.800.700.44352.6367.0633.33
Hex8E1C2A050462C1614321
Octal216345201201065454110341
Binary10001110111001010100101000010001101011001011000011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E1C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,28,42); }

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

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

 a { background-color: rgb(142,28,42); }

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

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

 span { border-color: rgb(142,28,42); }

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