#8D1624

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

Shades of Flame Red #8D1624

Tints of Flame Red #8D1624

Color information

#8D1624 (or 0x8D1624) is unknown color: approx Flame Red. HEX triplet: 8D, 16 and 24. RGB value is (141,22,36). Sum of RGB (Red+Green+Blue) = 141+22+36=199 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.85% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1624 is #72E9DB. Grayscale: #3B3B3B. Windows color (decimal): -7530972 or 2365069. OLE color: 2365069.

HSL color Cylindrical-coordinate representation of color #8D1624: hue angle of 352.94º degrees, saturation: 0.73, 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 #8D1624 is Cyan = 0, Magento = 0.84, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB1412236-
CMYK00.840.740.45
HSL352.94º73.01%31.96%-
HSV(B)352.94º84.4%55.29%-
XYZ11.596.362.29-
YUV59.18114.92186.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 70.85%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 36 (14.45% from 255) = 18.09%
R=70.85%
G=11.06%
B=18.09%

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
Decimal141223600.840.740.45352.9473.0131.96
Hex8D16240544A2D1614920
Octal215264401241125554111140
Binary10001101101101001000101010010010101011011011000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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