#8D1724

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

Shades of Flame Red #8D1724

Tints of Flame Red #8D1724

Color information

#8D1724 (or 0x8D1724) is unknown color: approx Flame Red. HEX triplet: 8D, 17 and 24. RGB value is (141,23,36). Sum of RGB (Red+Green+Blue) = 141+23+36=200 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.5% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1724 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1724 is #72E8DB. Grayscale: #3B3B3B. Windows color (decimal): -7530716 or 2365325. OLE color: 2365325.

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

Color convert

RGB1412336-
CMYK00.840.740.45
HSL353.39º71.95%32.16%-
HSV(B)353.39º83.69%55.29%-
XYZ11.616.42.29-
YUV59.76114.59185.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 70.5%
GREEN value IS 23 (9.38% from 255) = 11.5%
BLUE value IS 36 (14.45% from 255) = 18%
R=70.5%
G=11.5%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141233600.840.740.45353.3971.9532.16
Hex8D17240544A2D1614820
Octal215274401241125554111040
Binary10001101101111001000101010010010101011011011000011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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