Html Css Color HEX #8E1C21 Flame Red

📋 copy color: '#8E1C21'

red 142 ◦ green 28 ◦ blue 33

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

Shades of Flame Red #8E1C21

Tints of Flame Red #8E1C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 16.26%

R = 69.95%
G = 13.79%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.44

RGB Variations

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

Color information

#8E1C21 (or 0x8E1C21) is known color: Flame Red. HEX triplet: 8E, 1C and 21. RGB value is (142,28,33). Sum of RGB (Red+Green+Blue) = 142+28+33=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 33 (13.28% from 255 or 16.26% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1C21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1C21 is #71E3DE. Grayscale: #3E3E3E. Windows color (decimal): -7463903 or 2169998. OLE color: 2169998.

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

Color convert

RGB 142 28 33 -
CMYK 0 0.80 0.77 0.44
HSL 357.37º 0.67% 0.33% -
HSV(B) 357.37º 0.8% 0.56% -
XYZ 11.85 6.69 2.11 -
YUV 62.66 111.27 184.59 -
System Red Green Blue C M Y K H S L
Decimal 142 28 33 0 0.80 0.77 0.44 357.37 0.67 0.33
Hex 8E 1C 21 0 50 4D 2C 165 43 21
Octal 216 34 41 0 120 115 54 545 103 41
Binary 10001110 11100 100001 0 1010000 1001101 101100 101100101 1000011 100001

Color Harmonies of #8E1C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1C21

Black with #8E1C21

Text Example


Text Example

White with #8E1C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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