#8C1629

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

Shades of Flame Red #8C1629

Tints of Flame Red #8C1629

Color information

#8C1629 (or 0x8C1629) is unknown color: approx Flame Red. HEX triplet: 8C, 16 and 29. RGB value is (140,22,41). Sum of RGB (Red+Green+Blue) = 140+22+41=203 (26% of max value = 765). Red value is 140 (55.08% from 255 or 68.97% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 41 (16.41% from 255 or 20.20% from 203); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1629 is #73E9D6. Grayscale: #3B3B3B. Windows color (decimal): -7596503 or 2692748. OLE color: 2692748.

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

Color convert

RGB1402241-
CMYK00.840.710.45
HSL350.34º72.84%31.76%-
HSV(B)350.34º84.29%54.9%-
XYZ11.56.312.71-
YUV59.45117.59185.46-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 68.97%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 41 (16.41% from 255) = 20.20%
R=68.97%
G=10.84%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140224100.840.710.45350.3472.8431.76
Hex8C1629054472D15e4920
Octal214265101241075553611140
Binary10001100101101010010101010010001111011011010111101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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