#FC0518

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

Shades of Torch Red #FC0518

Tints of Torch Red #FC0518

Color information

#FC0518 (or 0xFC0518) is unknown color: approx Torch Red. HEX triplet: FC, 05 and 18. RGB value is (252,5,24). Sum of RGB (Red+Green+Blue) = 252+5+24=281 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.68% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 24 (9.77% from 255 or 8.54% from 281); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0518 is #03FAE7. Grayscale: #515151. Windows color (decimal): -260840 or 1574396. OLE color: 1574396.

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

Color convert

RGB252524-
CMYK00.980.900.01
HSL355.38º97.63%50.39%-
HSV(B)355.38º98.02%98.82%-
XYZ40.3620.872.77-
YUV81.0295.83249.96-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 89.68%
GREEN value IS 5 (2.34% from 255) = 1.78%
BLUE value IS 24 (9.77% from 255) = 8.54%
R=89.68%
G=1.78%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25252400.980.900.01355.3897.6350.39
HexFC5180625A11636232
Octal3745300142132154314262
Binary111111001011100001100010101101011011000111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0518; }

 p { color: rgb(252,5,24); }

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

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

 a { background-color: rgb(252,5,24); }

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

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

 span { border-color: rgb(252,5,24); }

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