Html Css Color HEX #FA1941 Torch Red

📋 copy color: '#FA1941'

red 250 ◦ green 25 ◦ blue 65

#FA1941
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #FA1941

Tints of Torch Red #FA1941

RGB

 RED value IS 250 (98.05% from 255) = 73.53%

 GREEN value IS 25 (10.16% from 255) = 7.35%

 BLUE value IS 65 (25.78% from 255) = 19.12%

R = 73.53%
G = 7.35%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FA1941 (or 0xFA1941) is known color: Torch Red. HEX triplet: FA, 19 and 41. RGB value is (250,25,65). Sum of RGB (Red+Green+Blue) = 250+25+65=340 (45% of max value = 765). Red value is 250 (98.05% from 255 or 73.53% from 340); Green value is 25 (10.16% from 255 or 7.35% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1941 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1941 is #05E6BE. Grayscale: #606060. Windows color (decimal): -386751 or 4266490. OLE color: 4266490.

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

Color convert

RGB 250 25 65 -
CMYK 0 0.9 0.74 0.02
HSL 349.33º 0.96% 0.54% -
HSV(B) 349.33º 0.9% 0.98% -
XYZ 40.73 21.4 6.99 -
YUV 96.84 110.04 237.25 -
System Red Green Blue C M Y K H S L
Decimal 250 25 65 0 0.9 0.74 0.02 349.33 0.96 0.54
Hex FA 19 41 0 5A 4A 2 15D 60 36
Octal 372 31 101 0 132 112 2 535 140 66
Binary 11111010 11001 1000001 0 1011010 1001010 10 101011101 1100000 110110

Color Harmonies of #FA1941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1941

Black with #FA1941

Text Example


Text Example

White with #FA1941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1941; }

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

 H1.HeaderClassName
 {
   color: #FA1941;
 }
 .AnyTagClassName
 {
   color: #FA1941;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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