Html Css Color HEX #8E1C2D Flame Red

📋 copy color: '#8E1C2D'

red 142 ◦ green 28 ◦ blue 45

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

Shades of Flame Red #8E1C2D

Tints of Flame Red #8E1C2D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.02%

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

R = 66.05%
G = 13.02%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.44

RGB Variations

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

Color information

#8E1C2D (or 0x8E1C2D) is known color: Flame Red. HEX triplet: 8E, 1C and 2D. RGB value is (142,28,45). Sum of RGB (Red+Green+Blue) = 142+28+45=215 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.05% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 45 (17.97% from 255 or 20.93% from 215); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1C2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1C2D is #71E3D2. Grayscale: #404040. Windows color (decimal): -7463891 or 2956430. OLE color: 2956430.

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

Color convert

RGB 142 28 45 -
CMYK 0 0.80 0.68 0.44
HSL 351.05º 0.67% 0.33% -
HSV(B) 351.05º 0.8% 0.56% -
XYZ 12.04 6.77 3.15 -
YUV 64.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 142 28 45 0 0.80 0.68 0.44 351.05 0.67 0.33
Hex 8E 1C 2D 0 50 44 2C 15F 43 21
Octal 216 34 55 0 120 104 54 537 103 41
Binary 10001110 11100 101101 0 1010000 1000100 101100 101011111 1000011 100001

Color Harmonies of #8E1C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1C2D

Black with #8E1C2D

Text Example


Text Example

White with #8E1C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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