#FA1314

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

Shades of Torch Red #FA1314

Tints of Torch Red #FA1314

Color information

#FA1314 (or 0xFA1314) is unknown color: approx Torch Red. HEX triplet: FA, 13 and 14. RGB value is (250,19,20). Sum of RGB (Red+Green+Blue) = 250+19+20=289 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.51% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1314 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1314 is #05ECEB. Grayscale: #585858. Windows color (decimal): -388332 or 1315834. OLE color: 1315834.

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

Color convert

RGB2501920-
CMYK00.920.920.02
HSL359.74º95.85%52.75%-
HSV(B)359.74º92.4%98.04%-
XYZ39.7820.842.59-
YUV88.1889.53243.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 86.51%
GREEN value IS 19 (7.81% from 255) = 6.57%
BLUE value IS 20 (8.20% from 255) = 6.92%
R=86.51%
G=6.57%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.92
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250192000.920.920.02359.7495.8552.75
HexFA131405C5C21686035
Octal37223240134134255014065
Binary111110101001110100010111001011100101011010001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1314; }

 p { color: rgb(250,19,20); }

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

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

 a { background-color: rgb(250,19,20); }

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

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

 span { border-color: rgb(250,19,20); }

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