#8D2026

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

Shades of Flame Red #8D2026

Tints of Flame Red #8D2026

Color information

#8D2026 (or 0x8D2026) is unknown color: approx Flame Red. HEX triplet: 8D, 20 and 26. RGB value is (141,32,38). Sum of RGB (Red+Green+Blue) = 141+32+38=211 (27% of max value = 765). Red value is 141 (55.47% from 255 or 66.82% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D2026 is #72DFD9. Grayscale: #414141. Windows color (decimal): -7528410 or 2498701. OLE color: 2498701.

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

Color convert

RGB1413238-
CMYK00.770.730.45
HSL356.7º63.01%33.92%-
HSV(B)356.7º77.3%55.29%-
XYZ11.856.842.53-
YUV65.27112.61182.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 66.82%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 38 (15.23% from 255) = 18.01%
R=66.82%
G=15.17%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141323800.770.730.45356.763.0133.92
Hex8D202604D492D1653f22
Octal21540460115111555457742
Binary10001101100000100110010011011001001101101101100101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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