#FC0044

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

Shades of Torch Red #FC0044

Tints of Torch Red #FC0044

Color information

#FC0044 (or 0xFC0044) is unknown color: approx Torch Red. HEX triplet: FC, 00 and 44. RGB value is (252,0,68). Sum of RGB (Red+Green+Blue) = 252+0+68=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 0 (0.39% from 255 or 0% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0044 is #03FFBB. Grayscale: #535353. Windows color (decimal): -262076 or 4456700. OLE color: 4456700.

HSL color Cylindrical-coordinate representation of color #FC0044: hue angle of 343.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0044 is Cyan = 0, Magento = 1, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB252068-
CMYK010.730.01
HSL343.81º100%49.41%-
HSV(B)343.81º100%98.82%-
XYZ41.1921.117.37-
YUV83.1119.49248.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 78.75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 21.25%
R=78.75%
G=0%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252068010.730.01343.8110049.41
HexFC0440644911586431
Octal37401040144111153014461
Binary111111000100010001100100100100111010110001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0044; }

 p { color: rgb(252,0,68); }

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

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

 a { background-color: rgb(252,0,68); }

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

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

 span { border-color: rgb(252,0,68); }

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