#FA1D21

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

Shades of Torch Red #FA1D21

Tints of Torch Red #FA1D21

Color information

#FA1D21 (or 0xFA1D21) is unknown color: approx Torch Red. HEX triplet: FA, 1D and 21. RGB value is (250,29,33). Sum of RGB (Red+Green+Blue) = 250+29+33=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 33 (13.28% from 255 or 10.58% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D21 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1D21 is #05E2DE. Grayscale: #5F5F5F. Windows color (decimal): -385759 or 2170362. OLE color: 2170362.

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

Color convert

RGB2502933-
CMYK00.880.870.02
HSL358.91º95.67%54.71%-
HSV(B)358.91º88.4%98.04%-
XYZ40.1421.313.44-
YUV95.5492.72238.17-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 80.13%
GREEN value IS 29 (11.72% from 255) = 9.29%
BLUE value IS 33 (13.28% from 255) = 10.58%
R=80.13%
G=9.29%
B=10.58%

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
Decimal250293300.880.870.02358.9195.6754.71
HexFA1D210585721676037
Octal37235410130127254714067
Binary1111101011101100001010110001010111101011001111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1D21; }

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

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

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

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

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

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

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

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