#fa1622

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

Shades of Torch Red #FA1622

Tints of Torch Red #FA1622

Color information

#FA1622 (or 0xFA1622) is unknown color: approx Torch Red. HEX triplet: FA, 16 and 22. RGB value is (250,22,34). Sum of RGB (Red+Green+Blue) = 250+22+34=306 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.70% from 306); Green value is 22 (8.98% from 255 or 7.19% from 306); Blue value is 34 (13.67% from 255 or 11.11% from 306); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1622 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1622 is #05E9DD. Grayscale: #5B5B5B. Windows color (decimal): -387550 or 2234106. OLE color: 2234106.

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

Color convert

RGB2502234-
CMYK00.910.860.02
HSL356.84º95.8%53.33%-
HSV(B)356.84º91.2%98.04%-
XYZ4021.013.46-
YUV91.5495.54241.02-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 81.70%
GREEN value IS 22 (8.98% from 255) = 7.19%
BLUE value IS 34 (13.67% from 255) = 11.11%
R=81.70%
G=7.19%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250223400.910.860.02356.8495.853.33
HexFA162205B5621656035
Octal37226420133126254514065
Binary1111101010110100010010110111010110101011001011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa1622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa1622; }

 p { color: rgb(250,22,34); }

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

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

 a { background-color: rgb(250,22,34); }

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

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

 span { border-color: rgb(250,22,34); }

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