#FA1D22

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

Shades of Torch Red #FA1D22

Tints of Torch Red #FA1D22

Color information

#FA1D22 (or 0xFA1D22) is unknown color: approx Torch Red. HEX triplet: FA, 1D and 22. RGB value is (250,29,34). Sum of RGB (Red+Green+Blue) = 250+29+34=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D22 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1D22 is #05E2DD. Grayscale: #5F5F5F. Windows color (decimal): -385758 or 2235898. OLE color: 2235898.

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

Color convert

RGB2502934-
CMYK00.880.860.02
HSL358.64º95.67%54.71%-
HSV(B)358.64º88.4%98.04%-
XYZ40.1521.323.51-
YUV95.6593.22238.09-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 79.87%
GREEN value IS 29 (11.72% from 255) = 9.27%
BLUE value IS 34 (13.67% from 255) = 10.86%
R=79.87%
G=9.27%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250293400.880.860.02358.6495.6754.71
HexFA1D220585621676037
Octal37235420130126254714067
Binary1111101011101100010010110001010110101011001111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1D22; }

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

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

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

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

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

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

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

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