Html Css Color HEX #8C1720 Flame Red

📋 copy color: '#8C1720'

red 140 ◦ green 23 ◦ blue 32

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

Shades of Flame Red #8C1720

Tints of Flame Red #8C1720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.79%

 BLUE value IS 32 (12.89% from 255) = 16.41%

R = 71.79%
G = 11.79%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#8C1720 (or 0x8C1720) is known color: Flame Red. HEX triplet: 8C, 17 and 20. RGB value is (140,23,32). Sum of RGB (Red+Green+Blue) = 140+23+32=195 (25% of max value = 765). Red value is 140 (55.08% from 255 or 71.79% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1720 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1720 is #73E8DF. Grayscale: #3B3B3B. Windows color (decimal): -7596256 or 2103180. OLE color: 2103180.

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

Color convert

RGB 140 23 32 -
CMYK 0 0.84 0.77 0.45
HSL 355.38º 0.72% 0.32% -
HSV(B) 355.38º 0.84% 0.55% -
XYZ 11.38 6.29 1.98 -
YUV 59.01 112.76 185.77 -
System Red Green Blue C M Y K H S L
Decimal 140 23 32 0 0.84 0.77 0.45 355.38 0.72 0.32
Hex 8C 17 20 0 54 4D 2D 163 48 20
Octal 214 27 40 0 124 115 55 543 110 40
Binary 10001100 10111 100000 0 1010100 1001101 101101 101100011 1001000 100000

Color Harmonies of #8C1720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1720

Black with #8C1720

Text Example


Text Example

White with #8C1720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,23,32); }

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

background-color css

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

 a { background-color: rgb(140,23,32); }

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

border-color css

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

 span { border-color: rgb(140,23,32); }

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