#8D1620

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

Shades of Flame Red #8D1620

Tints of Flame Red #8D1620

Color information

#8D1620 (or 0x8D1620) is unknown color: approx Flame Red. HEX triplet: 8D, 16 and 20. RGB value is (141,22,32). Sum of RGB (Red+Green+Blue) = 141+22+32=195 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.31% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1620 is #72E9DF. Grayscale: #3A3A3A. Windows color (decimal): -7530976 or 2102925. OLE color: 2102925.

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

Color convert

RGB1412232-
CMYK00.840.770.45
HSL354.96º73.01%31.96%-
HSV(B)354.96º84.4%55.29%-
XYZ11.536.341.98-
YUV58.72112.92186.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 72.31%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=72.31%
G=11.28%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141223200.840.770.45354.9673.0131.96
Hex8D16200544D2D1634920
Octal215264001241155554311140
Binary10001101101101000000101010010011011011011011000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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