Html Css Color HEX #8C191A Flame Red

📋 copy color: '#8C191A'

red 140 ◦ green 25 ◦ blue 26

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

Shades of Flame Red #8C191A

Tints of Flame Red #8C191A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.61%

R = 73.3%
G = 13.09%
B = 13.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8C191A (or 0x8C191A) is known color: Flame Red. HEX triplet: 8C, 19 and 1A. RGB value is (140,25,26). Sum of RGB (Red+Green+Blue) = 140+25+26=191 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.30% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 26 (10.55% from 255 or 13.61% from 191); Max value from RGB is 140 - color contains mainly: red. Hex color #8C191A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C191A is #73E6E5. Grayscale: #3B3B3B. Windows color (decimal): -7595750 or 1710476. OLE color: 1710476.

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

Color convert

RGB 140 25 26 -
CMYK 0 0.82 0.81 0.45
HSL 359.48º 0.7% 0.32% -
HSV(B) 359.48º 0.82% 0.55% -
XYZ 11.35 6.35 1.6 -
YUV 59.5 109.1 185.42 -
System Red Green Blue C M Y K H S L
Decimal 140 25 26 0 0.82 0.81 0.45 359.48 0.7 0.32
Hex 8C 19 1A 0 52 51 2D 167 46 20
Octal 214 31 32 0 122 121 55 547 106 40
Binary 10001100 11001 11010 0 1010010 1010001 101101 101100111 1000110 100000

Color Harmonies of #8C191A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C191A

Black with #8C191A

Text Example


Text Example

White with #8C191A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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