Html Css Color HEX #FA0713 Torch Red

📋 copy color: '#FA0713'

red 250 ◦ green 7 ◦ blue 19

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

Shades of Torch Red #FA0713

Tints of Torch Red #FA0713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.88%

R = 90.58%
G = 2.54%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA0713 (or 0xFA0713) is known color: Torch Red. HEX triplet: FA, 07 and 13. RGB value is (250,7,19). Sum of RGB (Red+Green+Blue) = 250+7+19=276 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.58% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0713 is #05F8EC. Grayscale: #515151. Windows color (decimal): -391405 or 1247226. OLE color: 1247226.

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

Color convert

RGB 250 7 19 -
CMYK 0 0.97 0.92 0.02
HSL 357.04º 0.96% 0.5% -
HSV(B) 357.04º 0.97% 0.98% -
XYZ 39.62 20.52 2.49 -
YUV 81.03 93.01 248.52 -
System Red Green Blue C M Y K H S L
Decimal 250 7 19 0 0.97 0.92 0.02 357.04 0.96 0.5
Hex FA 7 13 0 61 5C 2 165 60 32
Octal 372 7 23 0 141 134 2 545 140 62
Binary 11111010 111 10011 0 1100001 1011100 10 101100101 1100000 110010

Color Harmonies of #FA0713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0713

Black with #FA0713

Text Example


Text Example

White with #FA0713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0713; }

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

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

background-color css

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

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

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

border-color css

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

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

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