#FC1A1F

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

Shades of Torch Red #FC1A1F

Tints of Torch Red #FC1A1F

Color information

#FC1A1F (or 0xFC1A1F) is unknown color: approx Torch Red. HEX triplet: FC, 1A and 1F. RGB value is (252,26,31). Sum of RGB (Red+Green+Blue) = 252+26+31=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1A1F is #03E5E0. Grayscale: #5E5E5E. Windows color (decimal): -255457 or 2038524. OLE color: 2038524.

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

Color convert

RGB2522631-
CMYK00.900.880.01
HSL358.67º97.41%54.51%-
HSV(B)358.67º89.68%98.82%-
XYZ40.7621.533.3-
YUV94.1492.37240.59-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 81.55%
GREEN value IS 26 (10.55% from 255) = 8.41%
BLUE value IS 31 (12.5% from 255) = 10.03%
R=81.55%
G=8.41%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.88
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal252263100.900.880.01358.6797.4154.51
HexFC1A1F05A5811676137
Octal37432370132130154714167
Binary11111100110101111101011010101100011011001111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC1A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC1A1F; }

 p { color: rgb(252,26,31); }

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

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

 a { background-color: rgb(252,26,31); }

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

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

 span { border-color: rgb(252,26,31); }

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