Html Css Color HEX #8E1D2A Flame Red

📋 copy color: '#8E1D2A'

red 142 ◦ green 29 ◦ blue 42

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

Shades of Flame Red #8E1D2A

Tints of Flame Red #8E1D2A

RGB

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

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

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

R = 66.67%
G = 13.62%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#8E1D2A (or 0x8E1D2A) is known color: Flame Red. HEX triplet: 8E, 1D and 2A. RGB value is (142,29,42). Sum of RGB (Red+Green+Blue) = 142+29+42=213 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.67% from 213); Green value is 29 (11.72% from 255 or 13.62% from 213); Blue value is 42 (16.80% from 255 or 19.72% from 213); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1D2A is #71E2D5. Grayscale: #404040. Windows color (decimal): -7463638 or 2760078. OLE color: 2760078.

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

Color convert

RGB 142 29 42 -
CMYK 0 0.80 0.70 0.44
HSL 353.1º 0.66% 0.34% -
HSV(B) 353.1º 0.8% 0.56% -
XYZ 12.01 6.8 2.87 -
YUV 64.27 115.44 183.44 -
System Red Green Blue C M Y K H S L
Decimal 142 29 42 0 0.80 0.70 0.44 353.1 0.66 0.34
Hex 8E 1D 2A 0 50 46 2C 161 42 22
Octal 216 35 52 0 120 106 54 541 102 42
Binary 10001110 11101 101010 0 1010000 1000110 101100 101100001 1000010 100010

Color Harmonies of #8E1D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1D2A

Black with #8E1D2A

Text Example


Text Example

White with #8E1D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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