#fc0018

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

Shades of Torch Red #FC0018

Tints of Torch Red #FC0018

Color information

#FC0018 (or 0xFC0018) is unknown color: approx Torch Red. HEX triplet: FC, 00 and 18. RGB value is (252,0,24). Sum of RGB (Red+Green+Blue) = 252+0+24=276 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.30% from 276); Green value is 0 (0.39% from 255 or 0% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0018 is #03FFE7. Grayscale: #4E4E4E. Windows color (decimal): -262120 or 1573116. OLE color: 1573116.

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

Color convert

RGB252024-
CMYK010.900.01
HSL354.29º100%49.41%-
HSV(B)354.29º100%98.82%-
XYZ40.3120.762.75-
YUV78.0897.49252.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 91.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 24 (9.77% from 255) = 8.70%
R=91.30%
G=0%
B=8.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252024010.900.01354.2910049.41
HexFC0180645A11626431
Octal3740300144132154214461
Binary1111110001100001100100101101011011000101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fc0018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fc0018; }

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

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

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

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

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

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

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

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