Html Css Color HEX #8C272E Flame Red

📋 copy color: '#8C272E'

red 140 ◦ green 39 ◦ blue 46

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

Shades of Flame Red #8C272E

Tints of Flame Red #8C272E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.33%

 BLUE value IS 46 (18.36% from 255) = 20.44%

R = 62.22%
G = 17.33%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C272E (or 0x8C272E) is known color: Flame Red. HEX triplet: 8C, 27 and 2E. RGB value is (140,39,46). Sum of RGB (Red+Green+Blue) = 140+39+46=225 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.22% from 225); Green value is 39 (15.62% from 255 or 17.33% from 225); Blue value is 46 (18.36% from 255 or 20.44% from 225); Max value from RGB is 140 - color contains mainly: red. Hex color #8C272E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C272E is #73D8D1. Grayscale: #464646. Windows color (decimal): -7592146 or 3024780. OLE color: 3024780.

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

Color convert

RGB 140 39 46 -
CMYK 0 0.72 0.67 0.45
HSL 355.84º 0.56% 0.35% -
HSV(B) 355.84º 0.72% 0.55% -
XYZ 12.03 7.22 3.34 -
YUV 70 114.46 177.93 -
System Red Green Blue C M Y K H S L
Decimal 140 39 46 0 0.72 0.67 0.45 355.84 0.56 0.35
Hex 8C 27 2E 0 48 43 2D 164 38 23
Octal 214 47 56 0 110 103 55 544 70 43
Binary 10001100 100111 101110 0 1001000 1000011 101101 101100100 111000 100011

Color Harmonies of #8C272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C272E

Black with #8C272E

Text Example


Text Example

White with #8C272E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,39,46); }

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

background-color css

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

 a { background-color: rgb(140,39,46); }

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

border-color css

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

 span { border-color: rgb(140,39,46); }

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