Html Css Color HEX #8E1A1B Flame Red

📋 copy color: '#8E1A1B'

red 142 ◦ green 26 ◦ blue 27

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

Shades of Flame Red #8E1A1B

Tints of Flame Red #8E1A1B

RGB

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

 GREEN value IS 26 (10.55% from 255) = 13.33%

 BLUE value IS 27 (10.94% from 255) = 13.85%

R = 72.82%
G = 13.33%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#8E1A1B (or 0x8E1A1B) is known color: Flame Red. HEX triplet: 8E, 1A and 1B. RGB value is (142,26,27). Sum of RGB (Red+Green+Blue) = 142+26+27=195 (25% of max value = 765). Red value is 142 (55.86% from 255 or 72.82% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 27 (10.94% from 255 or 13.85% from 195); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1A1B is #71E5E4. Grayscale: #3C3C3C. Windows color (decimal): -7464421 or 1776270. OLE color: 1776270.

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

Color convert

RGB 142 26 27 -
CMYK 0 0.82 0.81 0.44
HSL 359.48º 0.69% 0.33% -
HSV(B) 359.48º 0.82% 0.56% -
XYZ 11.72 6.57 1.69 -
YUV 60.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 142 26 27 0 0.82 0.81 0.44 359.48 0.69 0.33
Hex 8E 1A 1B 0 52 51 2C 167 45 21
Octal 216 32 33 0 122 121 54 547 105 41
Binary 10001110 11010 11011 0 1010010 1010001 101100 101100111 1000101 100001

Color Harmonies of #8E1A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1A1B

Black with #8E1A1B

Text Example


Text Example

White with #8E1A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,26,27); }

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

background-color css

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

 a { background-color: rgb(142,26,27); }

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

border-color css

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

 span { border-color: rgb(142,26,27); }

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