#FC0336

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

Shades of Torch Red #FC0336

Tints of Torch Red #FC0336

Color information

#FC0336 (or 0xFC0336) is unknown color: approx Torch Red. HEX triplet: FC, 03 and 36. RGB value is (252,3,54). Sum of RGB (Red+Green+Blue) = 252+3+54=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 54 (21.48% from 255 or 17.48% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0336 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC0336 is #03FCC9. Grayscale: #535353. Windows color (decimal): -261322 or 3539964. OLE color: 3539964.

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

Color convert

RGB252354-
CMYK00.990.790.01
HSL347.71º97.65%50%-
HSV(B)347.71º98.81%98.82%-
XYZ40.8421.035.4-
YUV83.26111.49248.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 81.55%
GREEN value IS 3 (1.56% from 255) = 0.97%
BLUE value IS 54 (21.48% from 255) = 17.48%
R=81.55%
G=0.97%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25235400.990.790.01347.7197.6550
HexFC3360634F115c6232
Octal3743660143117153414262
Binary111111001111011001100011100111111010111001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0336; }

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

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

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

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

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

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

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

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