Html Css Color HEX #FA142E Torch Red

📋 copy color: '#FA142E'

red 250 ◦ green 20 ◦ blue 46

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

Shades of Torch Red #FA142E

Tints of Torch Red #FA142E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.56%

R = 79.11%
G = 6.33%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#FA142E (or 0xFA142E) is known color: Torch Red. HEX triplet: FA, 14 and 2E. RGB value is (250,20,46). Sum of RGB (Red+Green+Blue) = 250+20+46=316 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.11% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 250 - color contains mainly: red. Hex color #FA142E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA142E is #05EBD1. Grayscale: #5B5B5B. Windows color (decimal): -388050 or 3020026. OLE color: 3020026.

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

Color convert

RGB 250 20 46 -
CMYK 0 0.92 0.82 0.02
HSL 353.22º 0.96% 0.53% -
HSV(B) 353.22º 0.92% 0.98% -
XYZ 40.17 21.02 4.53 -
YUV 91.73 102.2 240.89 -
System Red Green Blue C M Y K H S L
Decimal 250 20 46 0 0.92 0.82 0.02 353.22 0.96 0.53
Hex FA 14 2E 0 5C 52 2 161 60 35
Octal 372 24 56 0 134 122 2 541 140 65
Binary 11111010 10100 101110 0 1011100 1010010 10 101100001 1100000 110101

Color Harmonies of #FA142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA142E

Black with #FA142E

Text Example


Text Example

White with #FA142E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA142E; }

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

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

background-color css

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

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

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

border-color css

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

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

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