#FC003A

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

Shades of Torch Red #FC003A

Tints of Torch Red #FC003A

Color information

#FC003A (or 0xFC003A) is unknown color: approx Torch Red. HEX triplet: FC, 00 and 3A. RGB value is (252,0,58). Sum of RGB (Red+Green+Blue) = 252+0+58=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC003A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC003A is #03FFC5. Grayscale: #515151. Windows color (decimal): -262086 or 3801340. OLE color: 3801340.

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

Color convert

RGB252058-
CMYK010.770.01
HSL346.19º100%49.41%-
HSV(B)346.19º100%98.82%-
XYZ40.91215.9-
YUV81.96114.49249.28-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 81.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 58 (23.05% from 255) = 18.71%
R=81.29%
G=0%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252058010.770.01346.1910049.41
HexFC03A0644D115a6431
Octal3740720144115153214461
Binary11111100011101001100100100110111010110101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC003A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC003A; }

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

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

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

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

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

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

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

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