Html Css Color HEX #FA1329 Torch Red

📋 copy color: '#FA1329'

red 250 ◦ green 19 ◦ blue 41

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

Shades of Torch Red #FA1329

Tints of Torch Red #FA1329

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.13%

 BLUE value IS 41 (16.41% from 255) = 13.23%

R = 80.65%
G = 6.13%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA1329 (or 0xFA1329) is known color: Torch Red. HEX triplet: FA, 13 and 29. RGB value is (250,19,41). Sum of RGB (Red+Green+Blue) = 250+19+41=310 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.65% from 310); Green value is 19 (7.81% from 255 or 6.13% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1329 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1329 is #05ECD6. Grayscale: #5A5A5A. Windows color (decimal): -388311 or 2692090. OLE color: 2692090.

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

Color convert

RGB 250 19 41 -
CMYK 0 0.92 0.84 0.02
HSL 354.29º 0.96% 0.53% -
HSV(B) 354.29º 0.92% 0.98% -
XYZ 40.06 20.95 4.03 -
YUV 90.58 100.03 241.71 -
System Red Green Blue C M Y K H S L
Decimal 250 19 41 0 0.92 0.84 0.02 354.29 0.96 0.53
Hex FA 13 29 0 5C 54 2 162 60 35
Octal 372 23 51 0 134 124 2 542 140 65
Binary 11111010 10011 101001 0 1011100 1010100 10 101100010 1100000 110101

Color Harmonies of #FA1329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1329

Black with #FA1329

Text Example


Text Example

White with #FA1329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1329; }

 p { color: rgb(250,19,41); }

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

background-color css

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

 a { background-color: rgb(250,19,41); }

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

border-color css

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

 span { border-color: rgb(250,19,41); }

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