#FA1841

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

Shades of Torch Red #FA1841

Tints of Torch Red #FA1841

Color information

#FA1841 (or 0xFA1841) is unknown color: approx Torch Red. HEX triplet: FA, 18 and 41. RGB value is (250,24,65). Sum of RGB (Red+Green+Blue) = 250+24+65=339 (44% of max value = 765). Red value is 250 (98.05% from 255 or 73.75% from 339); Green value is 24 (9.77% from 255 or 7.08% from 339); Blue value is 65 (25.78% from 255 or 19.17% from 339); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1841 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1841 is #05E7BE. Grayscale: #606060. Windows color (decimal): -387007 or 4266234. OLE color: 4266234.

HSL color Cylindrical-coordinate representation of color #FA1841: hue angle of 349.12º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1841 is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB2502465-
CMYK00.900.740.02
HSL349.12º95.76%53.73%-
HSV(B)349.12º90.4%98.04%-
XYZ40.7121.366.98-
YUV96.25110.37237.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 73.75%
GREEN value IS 24 (9.77% from 255) = 7.08%
BLUE value IS 65 (25.78% from 255) = 19.17%
R=73.75%
G=7.08%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250246500.900.740.02349.1295.7653.73
HexFA184105A4A215d6036
Octal372301010132112253514066
Binary11111010110001000001010110101001010101010111011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA1841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA1841; }

 p { color: rgb(250,24,65); }

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

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

 a { background-color: rgb(250,24,65); }

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

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

 span { border-color: rgb(250,24,65); }

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