#FA1C39

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

Shades of Torch Red #FA1C39

Tints of Torch Red #FA1C39

Color information

#FA1C39 (or 0xFA1C39) is unknown color: approx Torch Red. HEX triplet: FA, 1C and 39. RGB value is (250,28,57). Sum of RGB (Red+Green+Blue) = 250+28+57=335 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.63% from 335); Green value is 28 (11.33% from 255 or 8.36% from 335); Blue value is 57 (22.66% from 255 or 17.01% from 335); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1C39 is #05E3C6. Grayscale: #616161. Windows color (decimal): -385991 or 3742970. OLE color: 3742970.

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

Color convert

RGB2502857-
CMYK00.890.770.02
HSL352.16º95.69%54.51%-
HSV(B)352.16º88.8%98.04%-
XYZ40.5821.455.87-
YUV97.68105.05236.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 74.63%
GREEN value IS 28 (11.33% from 255) = 8.36%
BLUE value IS 57 (22.66% from 255) = 17.01%
R=74.63%
G=8.36%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250285700.890.770.02352.1695.6954.51
HexFA1C390594D21606037
Octal37234710131115254014067
Binary1111101011100111001010110011001101101011000001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1C39; }

 p { color: rgb(250,28,57); }

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

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

 a { background-color: rgb(250,28,57); }

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

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

 span { border-color: rgb(250,28,57); }

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