Html Css Color HEX #8E192D Flame Red

📋 copy color: '#8E192D'

red 142 ◦ green 25 ◦ blue 45

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

Shades of Flame Red #8E192D

Tints of Flame Red #8E192D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 21.23%

R = 66.98%
G = 11.79%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E192D (or 0x8E192D) is known color: Flame Red. HEX triplet: 8E, 19 and 2D. RGB value is (142,25,45). Sum of RGB (Red+Green+Blue) = 142+25+45=212 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.98% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 45 (17.97% from 255 or 21.23% from 212); Max value from RGB is 142 - color contains mainly: red. Hex color #8E192D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E192D is #71E6D2. Grayscale: #3E3E3E. Windows color (decimal): -7464659 or 2955662. OLE color: 2955662.

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

Color convert

RGB 142 25 45 -
CMYK 0 0.82 0.68 0.44
HSL 349.74º 0.7% 0.33% -
HSV(B) 349.74º 0.82% 0.56% -
XYZ 11.98 6.64 3.13 -
YUV 62.26 118.26 184.87 -
System Red Green Blue C M Y K H S L
Decimal 142 25 45 0 0.82 0.68 0.44 349.74 0.7 0.33
Hex 8E 19 2D 0 52 44 2C 15E 46 21
Octal 216 31 55 0 122 104 54 536 106 41
Binary 10001110 11001 101101 0 1010010 1000100 101100 101011110 1000110 100001

Color Harmonies of #8E192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E192D

Black with #8E192D

Text Example


Text Example

White with #8E192D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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