Html Css Color HEX #8E1F2C Flame Red

📋 copy color: '#8E1F2C'

red 142 ◦ green 31 ◦ blue 44

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

Shades of Flame Red #8E1F2C

Tints of Flame Red #8E1F2C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.29%

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

R = 65.44%
G = 14.29%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8E1F2C (or 0x8E1F2C) is known color: Flame Red. HEX triplet: 8E, 1F and 2C. RGB value is (142,31,44). Sum of RGB (Red+Green+Blue) = 142+31+44=217 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.44% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1F2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1F2C is #71E0D3. Grayscale: #414141. Windows color (decimal): -7463124 or 2891662. OLE color: 2891662.

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

Color convert

RGB 142 31 44 -
CMYK 0 0.78 0.69 0.44
HSL 352.97º 0.64% 0.34% -
HSV(B) 352.97º 0.78% 0.56% -
XYZ 12.1 6.91 3.08 -
YUV 65.67 115.77 182.44 -
System Red Green Blue C M Y K H S L
Decimal 142 31 44 0 0.78 0.69 0.44 352.97 0.64 0.34
Hex 8E 1F 2C 0 4E 45 2C 161 40 22
Octal 216 37 54 0 116 105 54 541 100 42
Binary 10001110 11111 101100 0 1001110 1000101 101100 101100001 1000000 100010

Color Harmonies of #8E1F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1F2C

Black with #8E1F2C

Text Example


Text Example

White with #8E1F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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