Html Css Color HEX #FA0720 Torch Red

📋 copy color: '#FA0720'

red 250 ◦ green 7 ◦ blue 32

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

Shades of Torch Red #FA0720

Tints of Torch Red #FA0720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.07%

R = 86.51%
G = 2.42%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA0720 (or 0xFA0720) is known color: Torch Red. HEX triplet: FA, 07 and 20. RGB value is (250,7,32). Sum of RGB (Red+Green+Blue) = 250+7+32=289 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.51% from 289); Green value is 7 (3.12% from 255 or 2.42% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0720 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA0720 is #05F8DF. Grayscale: #525252. Windows color (decimal): -391392 or 2099194. OLE color: 2099194.

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

Color convert

RGB 250 7 32 -
CMYK 0 0.97 0.87 0.02
HSL 353.83º 0.96% 0.5% -
HSV(B) 353.83º 0.97% 0.98% -
XYZ 39.76 20.58 3.24 -
YUV 82.51 99.51 247.47 -
System Red Green Blue C M Y K H S L
Decimal 250 7 32 0 0.97 0.87 0.02 353.83 0.96 0.5
Hex FA 7 20 0 61 57 2 162 60 32
Octal 372 7 40 0 141 127 2 542 140 62
Binary 11111010 111 100000 0 1100001 1010111 10 101100010 1100000 110010

Color Harmonies of #FA0720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0720

Black with #FA0720

Text Example


Text Example

White with #FA0720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0720; }

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

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

background-color css

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

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

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

border-color css

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

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

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