#FA1928

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

Shades of Torch Red #FA1928

Tints of Torch Red #FA1928

Color information

#FA1928 (or 0xFA1928) is unknown color: approx Torch Red. HEX triplet: FA, 19 and 28. RGB value is (250,25,40). Sum of RGB (Red+Green+Blue) = 250+25+40=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1928 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1928 is #05E6D7. Grayscale: #5E5E5E. Windows color (decimal): -386776 or 2628090. OLE color: 2628090.

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

Color convert

RGB2502540-
CMYK00.90.840.02
HSL356º95.74%53.92%-
HSV(B)356º90%98.04%-
XYZ40.1521.173.98-
YUV93.9897.54239.28-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 79.37%
GREEN value IS 25 (10.16% from 255) = 7.94%
BLUE value IS 40 (16.02% from 255) = 12.70%
R=79.37%
G=7.94%
B=12.70%

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
Decimal250254000.90.840.0235695.7453.92
HexFA192805A5421646036
Octal37231500132124254414066
Binary1111101011001101000010110101010100101011001001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1928; }

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

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

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

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

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

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

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

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