#FA1929

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

Shades of Torch Red #FA1929

Tints of Torch Red #FA1929

Color information

#FA1929 (or 0xFA1929) is unknown color: approx Torch Red. HEX triplet: FA, 19 and 29. RGB value is (250,25,41). Sum of RGB (Red+Green+Blue) = 250+25+41=316 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.11% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 41 (16.41% from 255 or 12.97% from 316); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1929 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1929 is #05E6D6. Grayscale: #5E5E5E. Windows color (decimal): -386775 or 2693626. OLE color: 2693626.

HSL color Cylindrical-coordinate representation of color #FA1929: hue angle of 355.73º 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 #FA1929 is Cyan = 0, Magento = 0.9, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB2502541-
CMYK00.90.840.02
HSL355.73º95.74%53.92%-
HSV(B)355.73º90%98.04%-
XYZ40.1721.184.07-
YUV94.198.04239.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 79.11%
GREEN value IS 25 (10.16% from 255) = 7.91%
BLUE value IS 41 (16.41% from 255) = 12.97%
R=79.11%
G=7.91%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250254100.90.840.02355.7395.7453.92
HexFA192905A5421646036
Octal37231510132124254414066
Binary1111101011001101001010110101010100101011001001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1929; }

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

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

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

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

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

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

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

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