#8D1A26

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

Shades of Flame Red #8D1A26

Tints of Flame Red #8D1A26

Color information

#8D1A26 (or 0x8D1A26) is unknown color: approx Flame Red. HEX triplet: 8D, 1A and 26. RGB value is (141,26,38). Sum of RGB (Red+Green+Blue) = 141+26+38=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 26 (10.55% from 255 or 12.68% from 205); Blue value is 38 (15.23% from 255 or 18.54% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D1A26 is #72E5D9. Grayscale: #3D3D3D. Windows color (decimal): -7529946 or 2497165. OLE color: 2497165.

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

Color convert

RGB1412638-
CMYK00.820.730.45
HSL353.74º68.86%32.75%-
HSV(B)353.74º81.56%55.29%-
XYZ11.76.542.48-
YUV61.75114.6184.52-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.78%
GREEN value IS 26 (10.55% from 255) = 12.68%
BLUE value IS 38 (15.23% from 255) = 18.54%
R=68.78%
G=12.68%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141263800.820.730.45353.7468.8632.75
Hex8D1A26052492D1624521
Octal215324601221115554210541
Binary10001101110101001100101001010010011011011011000101000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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