#8C1626

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

Shades of Flame Red #8C1626

Tints of Flame Red #8C1626

Color information

#8C1626 (or 0x8C1626) is unknown color: approx Flame Red. HEX triplet: 8C, 16 and 26. RGB value is (140,22,38). Sum of RGB (Red+Green+Blue) = 140+22+38=200 (26% of max value = 765). Red value is 140 (55.08% from 255 or 70% from 200); Green value is 22 (8.98% from 255 or 11% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1626 is #73E9D9. Grayscale: #3B3B3B. Windows color (decimal): -7596506 or 2496140. OLE color: 2496140.

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

Color convert

RGB1402238-
CMYK00.840.730.45
HSL351.86º72.84%31.76%-
HSV(B)351.86º84.29%54.9%-
XYZ11.456.292.44-
YUV59.11116.09185.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 70%
GREEN value IS 22 (8.98% from 255) = 11%
BLUE value IS 38 (15.23% from 255) = 19%
R=70%
G=11%
B=19%

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
Decimal140223800.840.730.45351.8672.8431.76
Hex8C1626054492D1604920
Octal214264601241115554011140
Binary10001100101101001100101010010010011011011011000001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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