Html Css Color HEX #FA1A2A Torch Red

📋 copy color: '#FA1A2A'

red 250 ◦ green 26 ◦ blue 42

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

Shades of Torch Red #FA1A2A

Tints of Torch Red #FA1A2A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.18%

 BLUE value IS 42 (16.8% from 255) = 13.21%

R = 78.62%
G = 8.18%
B = 13.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA1A2A (or 0xFA1A2A) is known color: Torch Red. HEX triplet: FA, 1A and 2A. RGB value is (250,26,42). Sum of RGB (Red+Green+Blue) = 250+26+42=318 (42% of max value = 765). Red value is 250 (98.05% from 255 or 78.62% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 42 (16.80% from 255 or 13.21% from 318); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1A2A is #05E5D5. Grayscale: #5E5E5E. Windows color (decimal): -386518 or 2759418. OLE color: 2759418.

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

Color convert

RGB 250 26 42 -
CMYK 0 0.90 0.83 0.02
HSL 355.71º 0.96% 0.54% -
HSV(B) 355.71º 0.9% 0.98% -
XYZ 40.21 21.23 4.17 -
YUV 94.8 98.21 238.7 -
System Red Green Blue C M Y K H S L
Decimal 250 26 42 0 0.90 0.83 0.02 355.71 0.96 0.54
Hex FA 1A 2A 0 5A 53 2 164 60 36
Octal 372 32 52 0 132 123 2 544 140 66
Binary 11111010 11010 101010 0 1011010 1010011 10 101100100 1100000 110110

Color Harmonies of #FA1A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1A2A

Black with #FA1A2A

Text Example


Text Example

White with #FA1A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1A2A; }

 p { color: rgb(250,26,42); }

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

background-color css

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

 a { background-color: rgb(250,26,42); }

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

border-color css

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

 span { border-color: rgb(250,26,42); }

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