Html Css Color HEX #8E1F26 Flame Red

📋 copy color: '#8E1F26'

red 142 ◦ green 31 ◦ blue 38

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

Shades of Flame Red #8E1F26

Tints of Flame Red #8E1F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 18.01%

R = 67.3%
G = 14.69%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.44

RGB Variations

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

Color information

#8E1F26 (or 0x8E1F26) is known color: Flame Red. HEX triplet: 8E, 1F and 26. RGB value is (142,31,38). Sum of RGB (Red+Green+Blue) = 142+31+38=211 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.30% from 211); Green value is 31 (12.5% from 255 or 14.69% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1F26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1F26 is #71E0D9. Grayscale: #414141. Windows color (decimal): -7463130 or 2498446. OLE color: 2498446.

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

Color convert

RGB 142 31 38 -
CMYK 0 0.78 0.73 0.44
HSL 356.22º 0.64% 0.34% -
HSV(B) 356.22º 0.78% 0.56% -
XYZ 12 6.87 2.53 -
YUV 64.99 112.77 182.93 -
System Red Green Blue C M Y K H S L
Decimal 142 31 38 0 0.78 0.73 0.44 356.22 0.64 0.34
Hex 8E 1F 26 0 4E 49 2C 164 40 22
Octal 216 37 46 0 116 111 54 544 100 42
Binary 10001110 11111 100110 0 1001110 1001001 101100 101100100 1000000 100010

Color Harmonies of #8E1F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1F26

Black with #8E1F26

Text Example


Text Example

White with #8E1F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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