Html Css Color HEX #8E1D24 Flame Red

📋 copy color: '#8E1D24'

red 142 ◦ green 29 ◦ blue 36

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

Shades of Flame Red #8E1D24

Tints of Flame Red #8E1D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 17.39%

R = 68.6%
G = 14.01%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#8E1D24 (or 0x8E1D24) is known color: Flame Red. HEX triplet: 8E, 1D and 24. RGB value is (142,29,36). Sum of RGB (Red+Green+Blue) = 142+29+36=207 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.60% from 207); Green value is 29 (11.72% from 255 or 14.01% from 207); Blue value is 36 (14.45% from 255 or 17.39% from 207); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1D24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1D24 is #71E2DB. Grayscale: #3F3F3F. Windows color (decimal): -7463644 or 2366862. OLE color: 2366862.

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

Color convert

RGB 142 29 36 -
CMYK 0 0.80 0.75 0.44
HSL 356.28º 0.66% 0.34% -
HSV(B) 356.28º 0.8% 0.56% -
XYZ 11.91 6.76 2.35 -
YUV 63.59 112.44 183.93 -
System Red Green Blue C M Y K H S L
Decimal 142 29 36 0 0.80 0.75 0.44 356.28 0.66 0.34
Hex 8E 1D 24 0 50 4B 2C 164 42 22
Octal 216 35 44 0 120 113 54 544 102 42
Binary 10001110 11101 100100 0 1010000 1001011 101100 101100100 1000010 100010

Color Harmonies of #8E1D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1D24

Black with #8E1D24

Text Example


Text Example

White with #8E1D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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