Html Css Color HEX #8E1B2D Flame Red

📋 copy color: '#8E1B2D'

red 142 ◦ green 27 ◦ blue 45

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

Shades of Flame Red #8E1B2D

Tints of Flame Red #8E1B2D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.62%

 BLUE value IS 45 (17.97% from 255) = 21.03%

R = 66.36%
G = 12.62%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E1B2D (or 0x8E1B2D) is known color: Flame Red. HEX triplet: 8E, 1B and 2D. RGB value is (142,27,45). Sum of RGB (Red+Green+Blue) = 142+27+45=214 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.36% from 214); Green value is 27 (10.94% from 255 or 12.62% from 214); Blue value is 45 (17.97% from 255 or 21.03% from 214); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1B2D is #71E4D2. Grayscale: #3F3F3F. Windows color (decimal): -7464147 or 2956174. OLE color: 2956174.

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

Color convert

RGB 142 27 45 -
CMYK 0 0.81 0.68 0.44
HSL 350.61º 0.68% 0.33% -
HSV(B) 350.61º 0.81% 0.56% -
XYZ 12.02 6.72 3.15 -
YUV 63.44 117.6 184.04 -
System Red Green Blue C M Y K H S L
Decimal 142 27 45 0 0.81 0.68 0.44 350.61 0.68 0.33
Hex 8E 1B 2D 0 51 44 2C 15F 44 21
Octal 216 33 55 0 121 104 54 537 104 41
Binary 10001110 11011 101101 0 1010001 1000100 101100 101011111 1000100 100001

Color Harmonies of #8E1B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1B2D

Black with #8E1B2D

Text Example


Text Example

White with #8E1B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,27,45); }

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

background-color css

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

 a { background-color: rgb(142,27,45); }

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

border-color css

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

 span { border-color: rgb(142,27,45); }

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