#FC0F35

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

Shades of Torch Red #FC0F35

Tints of Torch Red #FC0F35

Color information

#FC0F35 (or 0xFC0F35) is unknown color: approx Torch Red. HEX triplet: FC, 0F and 35. RGB value is (252,15,53). Sum of RGB (Red+Green+Blue) = 252+15+53=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0F35 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0F35 is #03F0CA. Grayscale: #5A5A5A. Windows color (decimal): -258251 or 3477500. OLE color: 3477500.

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

Color convert

RGB2521553-
CMYK00.940.790.01
HSL350.38º97.53%52.35%-
HSV(B)350.38º94.05%98.82%-
XYZ40.9621.295.32-
YUV90.2107.02243.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 78.75%
GREEN value IS 15 (6.25% from 255) = 4.69%
BLUE value IS 53 (21.09% from 255) = 16.56%
R=78.75%
G=4.69%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252155300.940.790.01350.3897.5352.35
HexFCF3505E4F115e6234
Octal37417650136117153614264
Binary11111100111111010101011110100111111010111101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0F35; }

 p { color: rgb(252,15,53); }

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

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

 a { background-color: rgb(252,15,53); }

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

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

 span { border-color: rgb(252,15,53); }

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