Html Css Color HEX #FA142A Torch Red

📋 copy color: '#FA142A'

red 250 ◦ green 20 ◦ blue 42

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

Shades of Torch Red #FA142A

Tints of Torch Red #FA142A

RGB

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

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

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

R = 80.13%
G = 6.41%
B = 13.46%

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

#FA142A (or 0xFA142A) is known color: Torch Red. HEX triplet: FA, 14 and 2A. RGB value is (250,20,42). Sum of RGB (Red+Green+Blue) = 250+20+42=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 20 (8.20% from 255 or 6.41% from 312); Blue value is 42 (16.80% from 255 or 13.46% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA142A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA142A is #05EBD5. Grayscale: #5B5B5B. Windows color (decimal): -388054 or 2757882. OLE color: 2757882.

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

Color convert

RGB 250 20 42 -
CMYK 0 0.92 0.83 0.02
HSL 354.26º 0.96% 0.53% -
HSV(B) 354.26º 0.92% 0.98% -
XYZ 40.09 20.99 4.13 -
YUV 91.28 100.2 241.21 -
System Red Green Blue C M Y K H S L
Decimal 250 20 42 0 0.92 0.83 0.02 354.26 0.96 0.53
Hex FA 14 2A 0 5C 53 2 162 60 35
Octal 372 24 52 0 134 123 2 542 140 65
Binary 11111010 10100 101010 0 1011100 1010011 10 101100010 1100000 110101

Color Harmonies of #FA142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA142A

Black with #FA142A

Text Example


Text Example

White with #FA142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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