#FA1D20

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

Shades of Torch Red #FA1D20

Tints of Torch Red #FA1D20

Color information

#FA1D20 (or 0xFA1D20) is unknown color: approx Torch Red. HEX triplet: FA, 1D and 20. RGB value is (250,29,32). Sum of RGB (Red+Green+Blue) = 250+29+32=311 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.39% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1D20 is #05E2DF. Grayscale: #5F5F5F. Windows color (decimal): -385760 or 2104826. OLE color: 2104826.

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

Color convert

RGB2502932-
CMYK00.880.870.02
HSL359.19º95.67%54.71%-
HSV(B)359.19º88.4%98.04%-
XYZ40.1221.313.36-
YUV95.4292.22238.26-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 80.39%
GREEN value IS 29 (11.72% from 255) = 9.32%
BLUE value IS 32 (12.89% from 255) = 10.29%
R=80.39%
G=9.32%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250293200.880.870.02359.1995.6754.71
HexFA1D200585721676037
Octal37235400130127254714067
Binary1111101011101100000010110001010111101011001111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1D20; }

 p { color: rgb(250,29,32); }

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

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

 a { background-color: rgb(250,29,32); }

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

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

 span { border-color: rgb(250,29,32); }

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