#8D1726

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

Shades of Flame Red #8D1726

Tints of Flame Red #8D1726

Color information

#8D1726 (or 0x8D1726) is unknown color: approx Flame Red. HEX triplet: 8D, 17 and 26. RGB value is (141,23,38). Sum of RGB (Red+Green+Blue) = 141+23+38=202 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.80% from 202); Green value is 23 (9.38% from 255 or 11.39% from 202); Blue value is 38 (15.23% from 255 or 18.81% from 202); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1726 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1726 is #72E8D9. Grayscale: #3C3C3C. Windows color (decimal): -7530714 or 2496397. OLE color: 2496397.

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

Color convert

RGB1412338-
CMYK00.840.730.45
HSL352.37º71.95%32.16%-
HSV(B)352.37º83.69%55.29%-
XYZ11.646.422.46-
YUV59.99115.59185.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 69.80%
GREEN value IS 23 (9.38% from 255) = 11.39%
BLUE value IS 38 (15.23% from 255) = 18.81%
R=69.80%
G=11.39%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141233800.840.730.45352.3771.9532.16
Hex8D1726054492D1604820
Octal215274601241115554011040
Binary10001101101111001100101010010010011011011011000001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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