Html Css Color HEX #8E1522 Flame Red

📋 copy color: '#8E1522'

red 142 ◦ green 21 ◦ blue 34

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

Shades of Flame Red #8E1522

Tints of Flame Red #8E1522

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.66%

 BLUE value IS 34 (13.67% from 255) = 17.26%

R = 72.08%
G = 10.66%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#8E1522 (or 0x8E1522) is known color: Flame Red. HEX triplet: 8E, 15 and 22. RGB value is (142,21,34). Sum of RGB (Red+Green+Blue) = 142+21+34=197 (26% of max value = 765). Red value is 142 (55.86% from 255 or 72.08% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1522 is #71EADD. Grayscale: #3A3A3A. Windows color (decimal): -7465694 or 2233742. OLE color: 2233742.

HSL color Cylindrical-coordinate representation of color #8E1522: hue angle of 353.55º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8E1522 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 21 34 -
CMYK 0 0.85 0.76 0.44
HSL 353.55º 0.74% 0.32% -
HSV(B) 353.55º 0.85% 0.56% -
XYZ 11.71 6.4 2.13 -
YUV 58.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 142 21 34 0 0.85 0.76 0.44 353.55 0.74 0.32
Hex 8E 15 22 0 55 4C 2C 162 4A 20
Octal 216 25 42 0 125 114 54 542 112 40
Binary 10001110 10101 100010 0 1010101 1001100 101100 101100010 1001010 100000

Color Harmonies of #8E1522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1522

Black with #8E1522

Text Example


Text Example

White with #8E1522

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,21,34); }

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

background-color css

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

 a { background-color: rgb(142,21,34); }

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

border-color css

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

 span { border-color: rgb(142,21,34); }

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