Html Css Color HEX #FA142F Torch Red

📋 copy color: '#FA142F'

red 250 ◦ green 20 ◦ blue 47

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

Shades of Torch Red #FA142F

Tints of Torch Red #FA142F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.83%

R = 78.86%
G = 6.31%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA142F (or 0xFA142F) is known color: Torch Red. HEX triplet: FA, 14 and 2F. RGB value is (250,20,47). Sum of RGB (Red+Green+Blue) = 250+20+47=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 47 (18.75% from 255 or 14.83% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA142F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA142F is #05EBD0. Grayscale: #5B5B5B. Windows color (decimal): -388049 or 3085562. OLE color: 3085562.

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

Color convert

RGB 250 20 47 -
CMYK 0 0.92 0.81 0.02
HSL 352.96º 0.96% 0.53% -
HSV(B) 352.96º 0.92% 0.98% -
XYZ 40.19 21.03 4.63 -
YUV 91.85 102.7 240.8 -
System Red Green Blue C M Y K H S L
Decimal 250 20 47 0 0.92 0.81 0.02 352.96 0.96 0.53
Hex FA 14 2F 0 5C 51 2 161 60 35
Octal 372 24 57 0 134 121 2 541 140 65
Binary 11111010 10100 101111 0 1011100 1010001 10 101100001 1100000 110101

Color Harmonies of #FA142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA142F

Black with #FA142F

Text Example


Text Example

White with #FA142F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA142F; }

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

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

background-color css

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

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

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

border-color css

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

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

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