Html Css Color HEX #FA0714 Torch Red

📋 copy color: '#FA0714'

red 250 ◦ green 7 ◦ blue 20

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

Shades of Torch Red #FA0714

Tints of Torch Red #FA0714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.22%

R = 90.25%
G = 2.53%
B = 7.22%

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

#FA0714 (or 0xFA0714) is known color: Torch Red. HEX triplet: FA, 07 and 14. RGB value is (250,7,20). Sum of RGB (Red+Green+Blue) = 250+7+20=277 (36% of max value = 765). Red value is 250 (98.05% from 255 or 90.25% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0714 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0714 is #05F8EB. Grayscale: #515151. Windows color (decimal): -391404 or 1312762. OLE color: 1312762.

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

Color convert

RGB 250 7 20 -
CMYK 0 0.97 0.92 0.02
HSL 356.79º 0.96% 0.5% -
HSV(B) 356.79º 0.97% 0.98% -
XYZ 39.63 20.53 2.54 -
YUV 81.14 93.51 248.44 -
System Red Green Blue C M Y K H S L
Decimal 250 7 20 0 0.97 0.92 0.02 356.79 0.96 0.5
Hex FA 7 14 0 61 5C 2 165 60 32
Octal 372 7 24 0 141 134 2 545 140 62
Binary 11111010 111 10100 0 1100001 1011100 10 101100101 1100000 110010

Color Harmonies of #FA0714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0714

Black with #FA0714

Text Example


Text Example

White with #FA0714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0714; }

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

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

background-color css

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

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

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

border-color css

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

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

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