#FC0332

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

Shades of Torch Red #FC0332

Tints of Torch Red #FC0332

Color information

#FC0332 (or 0xFC0332) is unknown color: approx Torch Red. HEX triplet: FC, 03 and 32. RGB value is (252,3,50). Sum of RGB (Red+Green+Blue) = 252+3+50=305 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.62% from 305); Green value is 3 (1.56% from 255 or 0.98% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0332 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0332 is #03FCCD. Grayscale: #525252. Windows color (decimal): -261326 or 3277820. OLE color: 3277820.

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

Color convert

RGB252350-
CMYK00.990.800.01
HSL348.67º97.65%50%-
HSV(B)348.67º98.81%98.82%-
XYZ40.7520.994.92-
YUV82.81109.49248.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 82.62%
GREEN value IS 3 (1.56% from 255) = 0.98%
BLUE value IS 50 (19.92% from 255) = 16.39%
R=82.62%
G=0.98%
B=16.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.80
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25235000.990.800.01348.6797.6550
HexFC33206350115d6232
Octal3743620143120153514262
Binary111111001111001001100011101000011010111011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0332; }

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

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

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

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

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

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

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

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