Html Css Color HEX #8E1F25 Flame Red

📋 copy color: '#8E1F25'

red 142 ◦ green 31 ◦ blue 37

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

Shades of Flame Red #8E1F25

Tints of Flame Red #8E1F25

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.76%

 BLUE value IS 37 (14.84% from 255) = 17.62%

R = 67.62%
G = 14.76%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#8E1F25 (or 0x8E1F25) is known color: Flame Red. HEX triplet: 8E, 1F and 25. RGB value is (142,31,37). Sum of RGB (Red+Green+Blue) = 142+31+37=210 (27% of max value = 765). Red value is 142 (55.86% from 255 or 67.62% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8E1F25 is #71E0DA. Grayscale: #404040. Windows color (decimal): -7463131 or 2432910. OLE color: 2432910.

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

Color convert

RGB 142 31 37 -
CMYK 0 0.78 0.74 0.44
HSL 356.76º 0.64% 0.34% -
HSV(B) 356.76º 0.78% 0.56% -
XYZ 11.98 6.86 2.44 -
YUV 64.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 142 31 37 0 0.78 0.74 0.44 356.76 0.64 0.34
Hex 8E 1F 25 0 4E 4A 2C 165 40 22
Octal 216 37 45 0 116 112 54 545 100 42
Binary 10001110 11111 100101 0 1001110 1001010 101100 101100101 1000000 100010

Color Harmonies of #8E1F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1F25

Black with #8E1F25

Text Example


Text Example

White with #8E1F25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,31,37); }

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

background-color css

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

 a { background-color: rgb(142,31,37); }

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

border-color css

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

 span { border-color: rgb(142,31,37); }

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