#FA1931

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

Shades of Torch Red #FA1931

Tints of Torch Red #FA1931

Color information

#FA1931 (or 0xFA1931) is unknown color: approx Torch Red. HEX triplet: FA, 19 and 31. RGB value is (250,25,49). Sum of RGB (Red+Green+Blue) = 250+25+49=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 49 (19.53% from 255 or 15.12% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1931 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1931 is #05E6CE. Grayscale: #5F5F5F. Windows color (decimal): -386767 or 3217914. OLE color: 3217914.

HSL color Cylindrical-coordinate representation of color #FA1931: hue angle of 353.6º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1931 is Cyan = 0, Magento = 0.9, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB2502549-
CMYK00.90.800.02
HSL353.6º95.74%53.92%-
HSV(B)353.6º90%98.04%-
XYZ40.3321.244.88-
YUV95.01102.04238.55-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 77.16%
GREEN value IS 25 (10.16% from 255) = 7.72%
BLUE value IS 49 (19.53% from 255) = 15.12%
R=77.16%
G=7.72%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250254900.90.800.02353.695.7453.92
HexFA193105A5021626036
Octal37231610132120254214066
Binary1111101011001110001010110101010000101011000101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1931; }

 p { color: rgb(250,25,49); }

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

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

 a { background-color: rgb(250,25,49); }

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

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

 span { border-color: rgb(250,25,49); }

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