Html Css Color HEX #FA134D Torch Red

📋 copy color: '#FA134D'

red 250 ◦ green 19 ◦ blue 77

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

Shades of Torch Red #FA134D

Tints of Torch Red #FA134D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.49%

 BLUE value IS 77 (30.47% from 255) = 22.25%

R = 72.25%
G = 5.49%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#FA134D (or 0xFA134D) is known color: Torch Red. HEX triplet: FA, 13 and 4D. RGB value is (250,19,77). Sum of RGB (Red+Green+Blue) = 250+19+77=346 (45% of max value = 765). Red value is 250 (98.05% from 255 or 72.25% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 77 (30.47% from 255 or 22.25% from 346); Max value from RGB is 250 - color contains mainly: red. Hex color #FA134D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FA134D is #05ECB2. Grayscale: #5E5E5E. Windows color (decimal): -388275 or 5051386. OLE color: 5051386.

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

Color convert

RGB 250 19 77 -
CMYK 0 0.92 0.69 0.02
HSL 344.94º 0.96% 0.53% -
HSV(B) 344.94º 0.92% 0.98% -
XYZ 41 21.33 8.98 -
YUV 94.68 118.03 238.78 -
System Red Green Blue C M Y K H S L
Decimal 250 19 77 0 0.92 0.69 0.02 344.94 0.96 0.53
Hex FA 13 4D 0 5C 45 2 159 60 35
Octal 372 23 115 0 134 105 2 531 140 65
Binary 11111010 10011 1001101 0 1011100 1000101 10 101011001 1100000 110101

Color Harmonies of #FA134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA134D

Black with #FA134D

Text Example


Text Example

White with #FA134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA134D; }

 p { color: rgb(250,19,77); }

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

background-color css

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

 a { background-color: rgb(250,19,77); }

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

border-color css

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

 span { border-color: rgb(250,19,77); }

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