#8D1C20

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

Shades of Flame Red #8D1C20

Tints of Flame Red #8D1C20

Color information

#8D1C20 (or 0x8D1C20) is unknown color: approx Flame Red. HEX triplet: 8D, 1C and 20. RGB value is (141,28,32). Sum of RGB (Red+Green+Blue) = 141+28+32=201 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.15% from 201); Green value is 28 (11.33% from 255 or 13.93% from 201); Blue value is 32 (12.89% from 255 or 15.92% from 201); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1C20 is #72E3DF. Grayscale: #3E3E3E. Windows color (decimal): -7529440 or 2104461. OLE color: 2104461.

HSL color Cylindrical-coordinate representation of color #8D1C20: hue angle of 357.88º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8D1C20 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB1412832-
CMYK00.800.770.45
HSL357.88º66.86%33.14%-
HSV(B)357.88º80.14%55.29%-
XYZ11.666.62.03-
YUV62.24110.94184.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 70.15%
GREEN value IS 28 (11.33% from 255) = 13.93%
BLUE value IS 32 (12.89% from 255) = 15.92%
R=70.15%
G=13.93%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141283200.800.770.45357.8866.8633.14
Hex8D1C200504D2D1664321
Octal215344001201155554610341
Binary10001101111001000000101000010011011011011011001101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,28,32); }

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

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

 a { background-color: rgb(141,28,32); }

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

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

 span { border-color: rgb(141,28,32); }

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