#FA151A

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

Shades of Torch Red #FA151A

Tints of Torch Red #FA151A

Color information

#FA151A (or 0xFA151A) is unknown color: approx Torch Red. HEX triplet: FA, 15 and 1A. RGB value is (250,21,26). Sum of RGB (Red+Green+Blue) = 250+21+26=297 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.18% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 250 - color contains mainly: red. Hex color #FA151A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA151A is #05EAE5. Grayscale: #5A5A5A. Windows color (decimal): -387814 or 1709562. OLE color: 1709562.

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

Color convert

RGB2502126-
CMYK00.920.900.02
HSL358.69º95.82%53.14%-
HSV(B)358.69º91.6%98.04%-
XYZ39.8820.932.92-
YUV90.0491.87242.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 84.18%
GREEN value IS 21 (8.59% from 255) = 7.07%
BLUE value IS 26 (10.55% from 255) = 8.75%
R=84.18%
G=7.07%
B=8.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250212600.920.900.02358.6995.8253.14
HexFA151A05C5A21676035
Octal37225320134132254714065
Binary111110101010111010010111001011010101011001111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA151A; }

 p { color: rgb(250,21,26); }

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

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

 a { background-color: rgb(250,21,26); }

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

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

 span { border-color: rgb(250,21,26); }

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