Html Css Color HEX #8E182A Flame Red

📋 copy color: '#8E182A'

red 142 ◦ green 24 ◦ blue 42

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

Shades of Flame Red #8E182A

Tints of Flame Red #8E182A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.54%

 BLUE value IS 42 (16.8% from 255) = 20.19%

R = 68.27%
G = 11.54%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#8E182A (or 0x8E182A) is known color: Flame Red. HEX triplet: 8E, 18 and 2A. RGB value is (142,24,42). Sum of RGB (Red+Green+Blue) = 142+24+42=208 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.27% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 42 (16.80% from 255 or 20.19% from 208); Max value from RGB is 142 - color contains mainly: red. Hex color #8E182A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E182A is #71E7D5. Grayscale: #3D3D3D. Windows color (decimal): -7464918 or 2758798. OLE color: 2758798.

HSL color Cylindrical-coordinate representation of color #8E182A: hue angle of 350.85º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E182A is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 24 42 -
CMYK 0 0.83 0.70 0.44
HSL 350.85º 0.71% 0.33% -
HSV(B) 350.85º 0.83% 0.56% -
XYZ 11.9 6.57 2.83 -
YUV 61.33 117.09 185.54 -
System Red Green Blue C M Y K H S L
Decimal 142 24 42 0 0.83 0.70 0.44 350.85 0.71 0.33
Hex 8E 18 2A 0 53 46 2C 15F 47 21
Octal 216 30 52 0 123 106 54 537 107 41
Binary 10001110 11000 101010 0 1010011 1000110 101100 101011111 1000111 100001

Color Harmonies of #8E182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E182A

Black with #8E182A

Text Example


Text Example

White with #8E182A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,24,42); }

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

background-color css

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

 a { background-color: rgb(142,24,42); }

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

border-color css

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

 span { border-color: rgb(142,24,42); }

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