Html Css Color HEX #8C272D Flame Red

📋 copy color: '#8C272D'

red 140 ◦ green 39 ◦ blue 45

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

Shades of Flame Red #8C272D

Tints of Flame Red #8C272D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.09%

R = 62.5%
G = 17.41%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.68

 K value IS 0.45

RGB Variations

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

Color information

#8C272D (or 0x8C272D) is known color: Flame Red. HEX triplet: 8C, 27 and 2D. RGB value is (140,39,45). Sum of RGB (Red+Green+Blue) = 140+39+45=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C272D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C272D is #73D8D2. Grayscale: #454545. Windows color (decimal): -7592147 or 2959244. OLE color: 2959244.

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

Color convert

RGB 140 39 45 -
CMYK 0 0.72 0.68 0.45
HSL 356.44º 0.56% 0.35% -
HSV(B) 356.44º 0.72% 0.55% -
XYZ 12.01 7.22 3.24 -
YUV 69.88 113.96 178.01 -
System Red Green Blue C M Y K H S L
Decimal 140 39 45 0 0.72 0.68 0.45 356.44 0.56 0.35
Hex 8C 27 2D 0 48 44 2D 164 38 23
Octal 214 47 55 0 110 104 55 544 70 43
Binary 10001100 100111 101101 0 1001000 1000100 101101 101100100 111000 100011

Color Harmonies of #8C272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C272D

Black with #8C272D

Text Example


Text Example

White with #8C272D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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