Html Css Color HEX #8E2729 Flame Red

📋 copy color: '#8E2729'

red 142 ◦ green 39 ◦ blue 41

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

Shades of Flame Red #8E2729

Tints of Flame Red #8E2729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.57%

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

R = 63.96%
G = 17.57%
B = 18.47%

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

#8E2729 (or 0x8E2729) is known color: Flame Red. HEX triplet: 8E, 27 and 29. RGB value is (142,39,41). Sum of RGB (Red+Green+Blue) = 142+39+41=222 (29% of max value = 765). Red value is 142 (55.86% from 255 or 63.96% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 142 - color contains mainly: red. Hex color #8E2729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E2729 is #71D8D6. Grayscale: #464646. Windows color (decimal): -7461079 or 2697102. OLE color: 2697102.

HSL color Cylindrical-coordinate representation of color #8E2729: hue angle of 358.83º degrees, saturation: 0.57, 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 #8E2729 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 39 41 -
CMYK 0 0.73 0.71 0.44
HSL 358.84º 0.57% 0.35% -
HSV(B) 358.84º 0.73% 0.56% -
XYZ 12.28 7.36 2.87 -
YUV 70.03 111.62 179.34 -
System Red Green Blue C M Y K H S L
Decimal 142 39 41 0 0.73 0.71 0.44 358.84 0.57 0.35
Hex 8E 27 29 0 49 47 2C 167 39 23
Octal 216 47 51 0 111 107 54 547 71 43
Binary 10001110 100111 101001 0 1001001 1000111 101100 101100111 111001 100011

Color Harmonies of #8E2729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2729

Black with #8E2729

Text Example


Text Example

White with #8E2729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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