#FC1139

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

Shades of Torch Red #FC1139

Tints of Torch Red #FC1139

Color information

#FC1139 (or 0xFC1139) is unknown color: approx Torch Red. HEX triplet: FC, 11 and 39. RGB value is (252,17,57). Sum of RGB (Red+Green+Blue) = 252+17+57=326 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.30% from 326); Green value is 17 (7.03% from 255 or 5.21% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1139 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1139 is #03EEC6. Grayscale: #5B5B5B. Windows color (decimal): -257735 or 3740156. OLE color: 3740156.

HSL color Cylindrical-coordinate representation of color #FC1139: hue angle of 349.79º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1139 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.01.

Color convert

RGB2521757-
CMYK00.930.770.01
HSL349.79º97.51%52.75%-
HSV(B)349.79º93.25%98.82%-
XYZ41.0821.395.83-
YUV91.82108.36242.25-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 77.30%
GREEN value IS 17 (7.03% from 255) = 5.21%
BLUE value IS 57 (22.66% from 255) = 17.48%
R=77.30%
G=5.21%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252175700.930.770.01349.7997.5152.75
HexFC113905D4D115e6235
Octal37421710135115153614265
Binary111111001000111100101011101100110111010111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1139; }

 p { color: rgb(252,17,57); }

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

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

 a { background-color: rgb(252,17,57); }

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

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

 span { border-color: rgb(252,17,57); }

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