#8D272C

Color #8D272C Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #8D272C

Tints of Flame Red #8D272C

Color information

#8D272C (or 0x8D272C) is unknown color: approx Flame Red. HEX triplet: 8D, 27 and 2C. RGB value is (141,39,44). Sum of RGB (Red+Green+Blue) = 141+39+44=224 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.95% from 224); Green value is 39 (15.62% from 255 or 17.41% from 224); Blue value is 44 (17.58% from 255 or 19.64% from 224); Max value from RGB is 141 - color contains mainly: red. Hex color #8D272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D272C is #72D8D3. Grayscale: #464646. Windows color (decimal): -7526612 or 2893709. OLE color: 2893709.

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

Color convert

RGB1413944-
CMYK00.720.690.45
HSL357.06º56.67%35.29%-
HSV(B)357.06º72.34%55.29%-
XYZ12.167.33.15-
YUV70.07113.29178.59-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.95%
GREEN value IS 39 (15.62% from 255) = 17.41%
BLUE value IS 44 (17.58% from 255) = 19.64%
R=62.95%
G=17.41%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141394400.720.690.45357.0656.6735.29
Hex8D272C048452D1653923
Octal21547540110105555457143
Binary10001101100111101100010010001000101101101101100101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D272C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,39,44); }

 H1.HeaderClassName
 {
   color: #8D272C;
 }
 .AnyTagClassName
 {
   color: #8D272C;
 }
</style>
background-color css

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

 a { background-color: rgb(141,39,44); }

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

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

 span { border-color: rgb(141,39,44); }

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