#8D292B

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

Shades of Flame Red #8D292B

Tints of Flame Red #8D292B

Color information

#8D292B (or 0x8D292B) is unknown color: approx Flame Red. HEX triplet: 8D, 29 and 2B. RGB value is (141,41,43). Sum of RGB (Red+Green+Blue) = 141+41+43=225 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.67% from 225); Green value is 41 (16.41% from 255 or 18.22% from 225); Blue value is 43 (17.19% from 255 or 19.11% from 225); Max value from RGB is 141 - color contains mainly: red. Hex color #8D292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D292B is #72D6D4. Grayscale: #474747. Windows color (decimal): -7526101 or 2828685. OLE color: 2828685.

HSL color Cylindrical-coordinate representation of color #8D292B: hue angle of 358.8º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8D292B is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB1414143-
CMYK00.710.700.45
HSL358.8º54.95%35.69%-
HSV(B)358.8º70.92%55.29%-
XYZ12.217.423.07-
YUV71.13112.13177.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 62.67%
GREEN value IS 41 (16.41% from 255) = 18.22%
BLUE value IS 43 (17.19% from 255) = 19.11%
R=62.67%
G=18.22%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141414300.710.700.45358.854.9535.69
Hex8D292B047462D1673724
Octal21551530107106555476744
Binary10001101101001101011010001111000110101101101100111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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