#8D272A

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

Shades of Flame Red #8D272A

Tints of Flame Red #8D272A

Color information

#8D272A (or 0x8D272A) is unknown color: approx Flame Red. HEX triplet: 8D, 27 and 2A. RGB value is (141,39,42). Sum of RGB (Red+Green+Blue) = 141+39+42=222 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.51% from 222); Green value is 39 (15.62% from 255 or 17.57% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 141 - color contains mainly: red. Hex color #8D272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D272A is #72D8D5. Grayscale: #454545. Windows color (decimal): -7526614 or 2762637. OLE color: 2762637.

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

Color convert

RGB1413942-
CMYK00.720.700.45
HSL358.24º56.67%35.29%-
HSV(B)358.24º72.34%55.29%-
XYZ12.137.282.96-
YUV69.84112.29178.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.51%
GREEN value IS 39 (15.62% from 255) = 17.57%
BLUE value IS 42 (16.80% from 255) = 18.92%
R=63.51%
G=17.57%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141394200.720.700.45358.2456.6735.29
Hex8D272A048462D1663923
Octal21547520110106555467143
Binary10001101100111101010010010001000110101101101100110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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