#8C2026

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

Shades of Flame Red #8C2026

Tints of Flame Red #8C2026

Color information

#8C2026 (or 0x8C2026) is unknown color: approx Flame Red. HEX triplet: 8C, 20 and 26. RGB value is (140,32,38). Sum of RGB (Red+Green+Blue) = 140+32+38=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 38 (15.23% from 255 or 18.10% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2026 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2026 is #73DFD9. Grayscale: #414141. Windows color (decimal): -7593946 or 2498700. OLE color: 2498700.

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

Color convert

RGB1403238-
CMYK00.770.730.45
HSL356.67º62.79%33.73%-
HSV(B)356.67º77.14%54.9%-
XYZ11.686.752.52-
YUV64.98112.78181.51-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 66.67%
GREEN value IS 32 (12.89% from 255) = 15.24%
BLUE value IS 38 (15.23% from 255) = 18.10%
R=66.67%
G=15.24%
B=18.10%

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
Decimal140323800.770.730.45356.6762.7933.73
Hex8C202604D492D1653f22
Octal21440460115111555457742
Binary10001100100000100110010011011001001101101101100101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C2026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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