Html Css Color HEX #FA0314 Torch Red

📋 copy color: '#FA0314'

red 250 ◦ green 3 ◦ blue 20

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

Shades of Torch Red #FA0314

Tints of Torch Red #FA0314

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 91.58%
G = 1.1%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA0314 (or 0xFA0314) is known color: Torch Red. HEX triplet: FA, 03 and 14. RGB value is (250,3,20). Sum of RGB (Red+Green+Blue) = 250+3+20=273 (36% of max value = 765). Red value is 250 (98.05% from 255 or 91.58% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 250 - color contains mainly: red. Hex color #FA0314 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA0314 is #05FCEB. Grayscale: #4E4E4E. Windows color (decimal): -392428 or 1311738. OLE color: 1311738.

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

Color convert

RGB 250 3 20 -
CMYK 0 0.99 0.92 0.02
HSL 355.87º 0.98% 0.5% -
HSV(B) 355.87º 0.99% 0.98% -
XYZ 39.58 20.44 2.52 -
YUV 78.79 94.83 250.12 -
System Red Green Blue C M Y K H S L
Decimal 250 3 20 0 0.99 0.92 0.02 355.87 0.98 0.5
Hex FA 3 14 0 63 5C 2 164 62 32
Octal 372 3 24 0 143 134 2 544 142 62
Binary 11111010 11 10100 0 1100011 1011100 10 101100100 1100010 110010

Color Harmonies of #FA0314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA0314

Black with #FA0314

Text Example


Text Example

White with #FA0314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA0314; }

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

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

background-color css

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

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

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

border-color css

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

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

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