Html Css Color HEX #8C1819 Flame Red

📋 copy color: '#8C1819'

red 140 ◦ green 24 ◦ blue 25

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

Shades of Flame Red #8C1819

Tints of Flame Red #8C1819

RGB

 RED value IS 140 (55.08% from 255) = 74.07%

 GREEN value IS 24 (9.77% from 255) = 12.7%

 BLUE value IS 25 (10.16% from 255) = 13.23%

R = 74.07%
G = 12.7%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8C1819 (or 0x8C1819) is known color: Flame Red. HEX triplet: 8C, 18 and 19. RGB value is (140,24,25). Sum of RGB (Red+Green+Blue) = 140+24+25=189 (25% of max value = 765). Red value is 140 (55.08% from 255 or 74.07% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8C1819 is #73E7E6. Grayscale: #3A3A3A. Windows color (decimal): -7596007 or 1644684. OLE color: 1644684.

HSL color Cylindrical-coordinate representation of color #8C1819: hue angle of 359.48º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C1819 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 24 25 -
CMYK 0 0.83 0.82 0.45
HSL 359.48º 0.71% 0.32% -
HSV(B) 359.48º 0.83% 0.55% -
XYZ 11.32 6.3 1.54 -
YUV 58.8 108.93 185.92 -
System Red Green Blue C M Y K H S L
Decimal 140 24 25 0 0.83 0.82 0.45 359.48 0.71 0.32
Hex 8C 18 19 0 53 52 2D 167 47 20
Octal 214 30 31 0 123 122 55 547 107 40
Binary 10001100 11000 11001 0 1010011 1010010 101101 101100111 1000111 100000

Color Harmonies of #8C1819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1819

Black with #8C1819

Text Example


Text Example

White with #8C1819

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,24,25); }

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

background-color css

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

 a { background-color: rgb(140,24,25); }

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

border-color css

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

 span { border-color: rgb(140,24,25); }

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