Html Css Color HEX #FA141F Torch Red

📋 copy color: '#FA141F'

red 250 ◦ green 20 ◦ blue 31

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

Shades of Torch Red #FA141F

Tints of Torch Red #FA141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.64%

 BLUE value IS 31 (12.5% from 255) = 10.3%

R = 83.06%
G = 6.64%
B = 10.3%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA141F (or 0xFA141F) is known color: Torch Red. HEX triplet: FA, 14 and 1F. RGB value is (250,20,31). Sum of RGB (Red+Green+Blue) = 250+20+31=301 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.06% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 31 (12.5% from 255 or 10.30% from 301); Max value from RGB is 250 - color contains mainly: red. Hex color #FA141F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA141F is #05EBE0. Grayscale: #5A5A5A. Windows color (decimal): -388065 or 2036986. OLE color: 2036986.

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

Color convert

RGB 250 20 31 -
CMYK 0 0.92 0.88 0.02
HSL 357.13º 0.96% 0.53% -
HSV(B) 357.13º 0.92% 0.98% -
XYZ 39.92 20.92 3.23 -
YUV 90.02 94.7 242.11 -
System Red Green Blue C M Y K H S L
Decimal 250 20 31 0 0.92 0.88 0.02 357.13 0.96 0.53
Hex FA 14 1F 0 5C 58 2 165 60 35
Octal 372 24 37 0 134 130 2 545 140 65
Binary 11111010 10100 11111 0 1011100 1011000 10 101100101 1100000 110101

Color Harmonies of #FA141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA141F

Black with #FA141F

Text Example


Text Example

White with #FA141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA141F; }

 p { color: rgb(250,20,31); }

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

background-color css

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

 a { background-color: rgb(250,20,31); }

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

border-color css

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

 span { border-color: rgb(250,20,31); }

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