#8D272B

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

Shades of Flame Red #8D272B

Tints of Flame Red #8D272B

Color information

#8D272B (or 0x8D272B) is unknown color: approx Flame Red. HEX triplet: 8D, 27 and 2B. RGB value is (141,39,43). Sum of RGB (Red+Green+Blue) = 141+39+43=223 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.23% from 223); Green value is 39 (15.62% from 255 or 17.49% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 141 - color contains mainly: red. Hex color #8D272B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D272B is #72D8D4. Grayscale: #464646. Windows color (decimal): -7526613 or 2828173. OLE color: 2828173.

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

Color convert

RGB1413943-
CMYK00.720.700.45
HSL357.65º56.67%35.29%-
HSV(B)357.65º72.34%55.29%-
XYZ12.157.293.05-
YUV69.95112.79178.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.23%
GREEN value IS 39 (15.62% from 255) = 17.49%
BLUE value IS 43 (17.19% from 255) = 19.28%
R=63.23%
G=17.49%
B=19.28%

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
Decimal141394300.720.700.45357.6556.6735.29
Hex8D272B048462D1663923
Octal21547530110106555467143
Binary10001101100111101011010010001000110101101101100110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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