Html Css Color HEX #8E1B1D Flame Red

📋 copy color: '#8E1B1D'

red 142 ◦ green 27 ◦ blue 29

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

Shades of Flame Red #8E1B1D

Tints of Flame Red #8E1B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 14.65%

R = 71.72%
G = 13.64%
B = 14.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#8E1B1D (or 0x8E1B1D) is known color: Flame Red. HEX triplet: 8E, 1B and 1D. RGB value is (142,27,29). Sum of RGB (Red+Green+Blue) = 142+27+29=198 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.72% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 29 (11.72% from 255 or 14.65% from 198); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1B1D is #71E4E2. Grayscale: #3D3D3D. Windows color (decimal): -7464163 or 1907598. OLE color: 1907598.

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

Color convert

RGB 142 27 29 -
CMYK 0 0.81 0.80 0.44
HSL 358.96º 0.68% 0.33% -
HSV(B) 358.96º 0.81% 0.56% -
XYZ 11.77 6.62 1.82 -
YUV 61.61 109.6 185.34 -
System Red Green Blue C M Y K H S L
Decimal 142 27 29 0 0.81 0.80 0.44 358.96 0.68 0.33
Hex 8E 1B 1D 0 51 50 2C 167 44 21
Octal 216 33 35 0 121 120 54 547 104 41
Binary 10001110 11011 11101 0 1010001 1010000 101100 101100111 1000100 100001

Color Harmonies of #8E1B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1B1D

Black with #8E1B1D

Text Example


Text Example

White with #8E1B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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