Html Css Color HEX #FA1014 Torch Red

📋 copy color: '#FA1014'

red 250 ◦ green 16 ◦ blue 20

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

Shades of Torch Red #FA1014

Tints of Torch Red #FA1014

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.59%

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

R = 87.41%
G = 5.59%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA1014 (or 0xFA1014) is known color: Torch Red. HEX triplet: FA, 10 and 14. RGB value is (250,16,20). Sum of RGB (Red+Green+Blue) = 250+16+20=286 (37% of max value = 765). Red value is 250 (98.05% from 255 or 87.41% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1014 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1014 is #05EFEB. Grayscale: #565656. Windows color (decimal): -389100 or 1315066. OLE color: 1315066.

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

Color convert

RGB 250 16 20 -
CMYK 0 0.94 0.92 0.02
HSL 358.97º 0.96% 0.52% -
HSV(B) 358.97º 0.94% 0.98% -
XYZ 39.74 20.75 2.57 -
YUV 86.42 90.52 244.67 -
System Red Green Blue C M Y K H S L
Decimal 250 16 20 0 0.94 0.92 0.02 358.97 0.96 0.52
Hex FA 10 14 0 5E 5C 2 167 60 34
Octal 372 20 24 0 136 134 2 547 140 64
Binary 11111010 10000 10100 0 1011110 1011100 10 101100111 1100000 110100

Color Harmonies of #FA1014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1014

Black with #FA1014

Text Example


Text Example

White with #FA1014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1014; }

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

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

background-color css

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

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

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

border-color css

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

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

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