Html Css Color HEX #8C172B Flame Red

📋 copy color: '#8C172B'

red 140 ◦ green 23 ◦ blue 43

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

Shades of Flame Red #8C172B

Tints of Flame Red #8C172B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.87%

R = 67.96%
G = 11.17%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.69

 K value IS 0.45

RGB Variations

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

Color information

#8C172B (or 0x8C172B) is known color: Flame Red. HEX triplet: 8C, 17 and 2B. RGB value is (140,23,43). Sum of RGB (Red+Green+Blue) = 140+23+43=206 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.96% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 140 - color contains mainly: red. Hex color #8C172B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C172B is #73E8D4. Grayscale: #3C3C3C. Windows color (decimal): -7596245 or 2824076. OLE color: 2824076.

HSL color Cylindrical-coordinate representation of color #8C172B: hue angle of 349.74º 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 #8C172B is Cyan = 0, Magento = 0.84, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 23 43 -
CMYK 0 0.84 0.69 0.45
HSL 349.74º 0.72% 0.32% -
HSV(B) 349.74º 0.84% 0.55% -
XYZ 11.56 6.36 2.9 -
YUV 60.26 118.26 184.87 -
System Red Green Blue C M Y K H S L
Decimal 140 23 43 0 0.84 0.69 0.45 349.74 0.72 0.32
Hex 8C 17 2B 0 54 45 2D 15E 48 20
Octal 214 27 53 0 124 105 55 536 110 40
Binary 10001100 10111 101011 0 1010100 1000101 101101 101011110 1001000 100000

Color Harmonies of #8C172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C172B

Black with #8C172B

Text Example


Text Example

White with #8C172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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