#FC1132

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

Shades of Torch Red #FC1132

Tints of Torch Red #FC1132

Color information

#FC1132 (or 0xFC1132) is unknown color: approx Torch Red. HEX triplet: FC, 11 and 32. RGB value is (252,17,50). Sum of RGB (Red+Green+Blue) = 252+17+50=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1132 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1132 is #03EECD. Grayscale: #5B5B5B. Windows color (decimal): -257742 or 3281404. OLE color: 3281404.

HSL color Cylindrical-coordinate representation of color #FC1132: hue angle of 351.57º 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 #FC1132 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.01.

Color convert

RGB2521750-
CMYK00.930.800.01
HSL351.57º97.51%52.75%-
HSV(B)351.57º93.25%98.82%-
XYZ40.9221.334.98-
YUV91.03104.86242.82-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 79.00%
GREEN value IS 17 (7.03% from 255) = 5.33%
BLUE value IS 50 (19.92% from 255) = 15.67%
R=79.00%
G=5.33%
B=15.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252175000.930.800.01351.5797.5152.75
HexFC113205D5011606235
Octal37421620135120154014265
Binary111111001000111001001011101101000011011000001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1132; }

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

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

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

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

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

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

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

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