Html Css Color HEX #8E2629 Flame Red

📋 copy color: '#8E2629'

red 142 ◦ green 38 ◦ blue 41

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

Shades of Flame Red #8E2629

Tints of Flame Red #8E2629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.19%

 BLUE value IS 41 (16.41% from 255) = 18.55%

R = 64.25%
G = 17.19%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8E2629 (or 0x8E2629) is known color: Flame Red. HEX triplet: 8E, 26 and 29. RGB value is (142,38,41). Sum of RGB (Red+Green+Blue) = 142+38+41=221 (29% of max value = 765). Red value is 142 (55.86% from 255 or 64.25% from 221); Green value is 38 (15.23% from 255 or 17.19% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2629 is #71D9D6. Grayscale: #454545. Windows color (decimal): -7461335 or 2696846. OLE color: 2696846.

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

Color convert

RGB 142 38 41 -
CMYK 0 0.73 0.71 0.44
HSL 358.27º 0.58% 0.35% -
HSV(B) 358.27º 0.73% 0.56% -
XYZ 12.25 7.3 2.86 -
YUV 69.44 111.96 179.76 -
System Red Green Blue C M Y K H S L
Decimal 142 38 41 0 0.73 0.71 0.44 358.27 0.58 0.35
Hex 8E 26 29 0 49 47 2C 166 3A 23
Octal 216 46 51 0 111 107 54 546 72 43
Binary 10001110 100110 101001 0 1001001 1000111 101100 101100110 111010 100011

Color Harmonies of #8E2629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2629

Black with #8E2629

Text Example


Text Example

White with #8E2629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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