Html Css Color HEX #FA142B Torch Red

📋 copy color: '#FA142B'

red 250 ◦ green 20 ◦ blue 43

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

Shades of Torch Red #FA142B

Tints of Torch Red #FA142B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.74%

R = 79.87%
G = 6.39%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA142B (or 0xFA142B) is known color: Torch Red. HEX triplet: FA, 14 and 2B. RGB value is (250,20,43). Sum of RGB (Red+Green+Blue) = 250+20+43=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 20 (8.20% from 255 or 6.39% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA142B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA142B is #05EBD4. Grayscale: #5B5B5B. Windows color (decimal): -388053 or 2823418. OLE color: 2823418.

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

Color convert

RGB 250 20 43 -
CMYK 0 0.92 0.83 0.02
HSL 354º 0.96% 0.53% -
HSV(B) 354º 0.92% 0.98% -
XYZ 40.11 21 4.22 -
YUV 91.39 100.7 241.13 -
System Red Green Blue C M Y K H S L
Decimal 250 20 43 0 0.92 0.83 0.02 354 0.96 0.53
Hex FA 14 2B 0 5C 53 2 162 60 35
Octal 372 24 53 0 134 123 2 542 140 65
Binary 11111010 10100 101011 0 1011100 1010011 10 101100010 1100000 110101

Color Harmonies of #FA142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA142B

Black with #FA142B

Text Example


Text Example

White with #FA142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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