Html Css Color HEX #8E192C Flame Red

📋 copy color: '#8E192C'

red 142 ◦ green 25 ◦ blue 44

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

Shades of Flame Red #8E192C

Tints of Flame Red #8E192C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.85%

R = 67.3%
G = 11.85%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8E192C (or 0x8E192C) is known color: Flame Red. HEX triplet: 8E, 19 and 2C. RGB value is (142,25,44). Sum of RGB (Red+Green+Blue) = 142+25+44=211 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.30% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 142 - color contains mainly: red. Hex color #8E192C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E192C is #71E6D3. Grayscale: #3E3E3E. Windows color (decimal): -7464660 or 2890126. OLE color: 2890126.

HSL color Cylindrical-coordinate representation of color #8E192C: hue angle of 350.26º 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 #8E192C is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 25 44 -
CMYK 0 0.82 0.69 0.44
HSL 350.26º 0.7% 0.33% -
HSV(B) 350.26º 0.82% 0.56% -
XYZ 11.96 6.63 3.03 -
YUV 62.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 142 25 44 0 0.82 0.69 0.44 350.26 0.7 0.33
Hex 8E 19 2C 0 52 45 2C 15E 46 21
Octal 216 31 54 0 122 105 54 536 106 41
Binary 10001110 11001 101100 0 1010010 1000101 101100 101011110 1000110 100001

Color Harmonies of #8E192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E192C

Black with #8E192C

Text Example


Text Example

White with #8E192C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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