Html Css Color HEX #8E171E Flame Red

📋 copy color: '#8E171E'

red 142 ◦ green 23 ◦ blue 30

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

Shades of Flame Red #8E171E

Tints of Flame Red #8E171E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.79%

 BLUE value IS 30 (12.11% from 255) = 15.38%

R = 72.82%
G = 11.79%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#8E171E (or 0x8E171E) is known color: Flame Red. HEX triplet: 8E, 17 and 1E. RGB value is (142,23,30). Sum of RGB (Red+Green+Blue) = 142+23+30=195 (25% of max value = 765). Red value is 142 (55.86% from 255 or 72.82% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 142 - color contains mainly: red. Hex color #8E171E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E171E is #71E8E1. Grayscale: #3B3B3B. Windows color (decimal): -7465186 or 1972110. OLE color: 1972110.

HSL color Cylindrical-coordinate representation of color #8E171E: hue angle of 356.47º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E171E is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 23 30 -
CMYK 0 0.84 0.79 0.44
HSL 356.47º 0.72% 0.32% -
HSV(B) 356.47º 0.84% 0.56% -
XYZ 11.7 6.46 1.86 -
YUV 59.38 111.42 186.93 -
System Red Green Blue C M Y K H S L
Decimal 142 23 30 0 0.84 0.79 0.44 356.47 0.72 0.32
Hex 8E 17 1E 0 54 4F 2C 164 48 20
Octal 216 27 36 0 124 117 54 544 110 40
Binary 10001110 10111 11110 0 1010100 1001111 101100 101100100 1001000 100000

Color Harmonies of #8E171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E171E

Black with #8E171E

Text Example


Text Example

White with #8E171E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,23,30); }

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

background-color css

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

 a { background-color: rgb(142,23,30); }

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

border-color css

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

 span { border-color: rgb(142,23,30); }

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