Html Css Color HEX #8E1D1F Flame Red

📋 copy color: '#8E1D1F'

red 142 ◦ green 29 ◦ blue 31

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

Shades of Flame Red #8E1D1F

Tints of Flame Red #8E1D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.36%

 BLUE value IS 31 (12.5% from 255) = 15.35%

R = 70.3%
G = 14.36%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#8E1D1F (or 0x8E1D1F) is known color: Flame Red. HEX triplet: 8E, 1D and 1F. RGB value is (142,29,31). Sum of RGB (Red+Green+Blue) = 142+29+31=202 (26% of max value = 765). Red value is 142 (55.86% from 255 or 70.30% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 31 (12.5% from 255 or 15.35% from 202); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1D1F is #71E2E0. Grayscale: #3F3F3F. Windows color (decimal): -7463649 or 2039182. OLE color: 2039182.

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

Color convert

RGB 142 29 31 -
CMYK 0 0.80 0.78 0.44
HSL 358.94º 0.66% 0.34% -
HSV(B) 358.94º 0.8% 0.56% -
XYZ 11.84 6.73 1.97 -
YUV 63.02 109.94 184.34 -
System Red Green Blue C M Y K H S L
Decimal 142 29 31 0 0.80 0.78 0.44 358.94 0.66 0.34
Hex 8E 1D 1F 0 50 4E 2C 167 42 22
Octal 216 35 37 0 120 116 54 547 102 42
Binary 10001110 11101 11111 0 1010000 1001110 101100 101100111 1000010 100010

Color Harmonies of #8E1D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1D1F

Black with #8E1D1F

Text Example


Text Example

White with #8E1D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,29,31); }

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

background-color css

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

 a { background-color: rgb(142,29,31); }

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

border-color css

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

 span { border-color: rgb(142,29,31); }

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