#8D1326

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

Shades of Flame Red #8D1326

Tints of Flame Red #8D1326

Color information

#8D1326 (or 0x8D1326) is unknown color: approx Flame Red. HEX triplet: 8D, 13 and 26. RGB value is (141,19,38). Sum of RGB (Red+Green+Blue) = 141+19+38=198 (26% of max value = 765). Red value is 141 (55.47% from 255 or 71.21% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 38 (15.23% from 255 or 19.19% from 198); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1326 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D1326 is #72ECD9. Grayscale: #393939. Windows color (decimal): -7531738 or 2495373. OLE color: 2495373.

HSL color Cylindrical-coordinate representation of color #8D1326: hue angle of 350.66º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D1326 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1411938-
CMYK00.870.730.45
HSL350.66º76.25%31.37%-
HSV(B)350.66º86.52%55.29%-
XYZ11.576.272.43-
YUV57.64116.92187.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 71.21%
GREEN value IS 19 (7.81% from 255) = 9.60%
BLUE value IS 38 (15.23% from 255) = 19.19%
R=71.21%
G=9.60%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141193800.870.730.45350.6676.2531.37
Hex8D1326057492D15f4c1f
Octal215234601271115553711437
Binary1000110110011100110010101111001001101101101011111100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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