#FA1621

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

Shades of Torch Red #FA1621

Tints of Torch Red #FA1621

Color information

#FA1621 (or 0xFA1621) is unknown color: approx Torch Red. HEX triplet: FA, 16 and 21. RGB value is (250,22,33). Sum of RGB (Red+Green+Blue) = 250+22+33=305 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.97% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1621 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1621 is #05E9DE. Grayscale: #5B5B5B. Windows color (decimal): -387551 or 2168570. OLE color: 2168570.

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

Color convert

RGB2502233-
CMYK00.910.870.02
HSL357.11º95.8%53.33%-
HSV(B)357.11º91.2%98.04%-
XYZ39.9921.013.39-
YUV91.4395.04241.11-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 81.97%
GREEN value IS 22 (8.98% from 255) = 7.21%
BLUE value IS 33 (13.28% from 255) = 10.82%
R=81.97%
G=7.21%
B=10.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250223300.910.870.02357.1195.853.33
HexFA162105B5721656035
Octal37226410133127254514065
Binary1111101010110100001010110111010111101011001011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1621; }

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

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

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

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

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

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

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

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