Html Css Color HEX #8E1920 Flame Red

📋 copy color: '#8E1920'

red 142 ◦ green 25 ◦ blue 32

#8E1920
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flame Red #8E1920

Tints of Flame Red #8E1920

RGB

 RED value IS 142 (55.86% from 255) = 71.36%

 GREEN value IS 25 (10.16% from 255) = 12.56%

 BLUE value IS 32 (12.89% from 255) = 16.08%

R = 71.36%
G = 12.56%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8E1920 (or 0x8E1920) is known color: Flame Red. HEX triplet: 8E, 19 and 20. RGB value is (142,25,32). Sum of RGB (Red+Green+Blue) = 142+25+32=199 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.36% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1920 is #71E6DF. Grayscale: #3C3C3C. Windows color (decimal): -7464672 or 2103694. OLE color: 2103694.

HSL color Cylindrical-coordinate representation of color #8E1920: hue angle of 356.41º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E1920 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 25 32 -
CMYK 0 0.82 0.77 0.44
HSL 356.41º 0.7% 0.33% -
HSV(B) 356.41º 0.82% 0.56% -
XYZ 11.76 6.55 2.01 -
YUV 60.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 142 25 32 0 0.82 0.77 0.44 356.41 0.7 0.33
Hex 8E 19 20 0 52 4D 2C 164 46 21
Octal 216 31 40 0 122 115 54 544 106 41
Binary 10001110 11001 100000 0 1010010 1001101 101100 101100100 1000110 100001

Color Harmonies of #8E1920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1920

Black with #8E1920

Text Example


Text Example

White with #8E1920

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,25,32); }

 H1.HeaderClassName
 {
   color: #8E1920;
 }
 .AnyTagClassName
 {
   color: #8E1920;
 }
</style>

background-color css

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

 a { background-color: rgb(142,25,32); }

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

border-color css

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

 span { border-color: rgb(142,25,32); }

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