Html Css Color HEX #8E1925 Flame Red

📋 copy color: '#8E1925'

red 142 ◦ green 25 ◦ blue 37

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

Shades of Flame Red #8E1925

Tints of Flame Red #8E1925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.25%

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

R = 69.61%
G = 12.25%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#8E1925 (or 0x8E1925) is known color: Flame Red. HEX triplet: 8E, 19 and 25. RGB value is (142,25,37). Sum of RGB (Red+Green+Blue) = 142+25+37=204 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.61% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 37 (14.84% from 255 or 18.14% from 204); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1925 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1925 is #71E6DA. Grayscale: #3D3D3D. Windows color (decimal): -7464667 or 2431374. OLE color: 2431374.

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

Color convert

RGB 142 25 37 -
CMYK 0 0.82 0.74 0.44
HSL 353.85º 0.7% 0.33% -
HSV(B) 353.85º 0.82% 0.56% -
XYZ 11.84 6.58 2.4 -
YUV 61.35 114.26 185.52 -
System Red Green Blue C M Y K H S L
Decimal 142 25 37 0 0.82 0.74 0.44 353.85 0.7 0.33
Hex 8E 19 25 0 52 4A 2C 162 46 21
Octal 216 31 45 0 122 112 54 542 106 41
Binary 10001110 11001 100101 0 1010010 1001010 101100 101100010 1000110 100001

Color Harmonies of #8E1925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1925

Black with #8E1925

Text Example


Text Example

White with #8E1925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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