Html Css Color HEX #FA0731 Torch Red

📋 copy color: '#FA0731'

red 250 ◦ green 7 ◦ blue 49

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

Shades of Torch Red #FA0731

Tints of Torch Red #FA0731

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.29%

 BLUE value IS 49 (19.53% from 255) = 16.01%

R = 81.7%
G = 2.29%
B = 16.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.02

RGB Variations

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

Color information

#FA0731 (or 0xFA0731) is known color: Torch Red. HEX triplet: FA, 07 and 31. RGB value is (250,7,49). Sum of RGB (Red+Green+Blue) = 250+7+49=306 (40% of max value = 765). Red value is 250 (98.05% from 255 or 81.70% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0731 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0731 is #05F8CE. Grayscale: #545454. Windows color (decimal): -391375 or 3213306. OLE color: 3213306.

HSL color Cylindrical-coordinate representation of color #FA0731: hue angle of 349.63º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FA0731 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 7 49 -
CMYK 0 0.97 0.80 0.02
HSL 349.63º 0.96% 0.5% -
HSV(B) 349.63º 0.97% 0.98% -
XYZ 40.05 20.7 4.79 -
YUV 84.45 108.01 246.08 -
System Red Green Blue C M Y K H S L
Decimal 250 7 49 0 0.97 0.80 0.02 349.63 0.96 0.5
Hex FA 7 31 0 61 50 2 15E 60 32
Octal 372 7 61 0 141 120 2 536 140 62
Binary 11111010 111 110001 0 1100001 1010000 10 101011110 1100000 110010

Color Harmonies of #FA0731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0731

Black with #FA0731

Text Example


Text Example

White with #FA0731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0731; }

 p { color: rgb(250,7,49); }

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

background-color css

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

 a { background-color: rgb(250,7,49); }

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

border-color css

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

 span { border-color: rgb(250,7,49); }

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