#8D242E

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

Shades of Flame Red #8D242E

Tints of Flame Red #8D242E

Color information

#8D242E (or 0x8D242E) is unknown color: approx Flame Red. HEX triplet: 8D, 24 and 2E. RGB value is (141,36,46). Sum of RGB (Red+Green+Blue) = 141+36+46=223 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.23% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 141 - color contains mainly: red. Hex color #8D242E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D242E is #72DBD1. Grayscale: #444444. Windows color (decimal): -7527378 or 3024013. OLE color: 3024013.

HSL color Cylindrical-coordinate representation of color #8D242E: hue angle of 354.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8D242E is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB1413646-
CMYK00.740.670.45
HSL354.29º59.32%34.71%-
HSV(B)354.29º74.47%55.29%-
XYZ12.117.123.32-
YUV68.54115.29179.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 63.23%
GREEN value IS 36 (14.45% from 255) = 16.14%
BLUE value IS 46 (18.36% from 255) = 20.63%
R=63.23%
G=16.14%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141364600.740.670.45354.2959.3234.71
Hex8D242E04A432D1623b23
Octal21544560112103555427343
Binary10001101100100101110010010101000011101101101100010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,36,46); }

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

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

 a { background-color: rgb(141,36,46); }

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

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

 span { border-color: rgb(141,36,46); }

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