Html Css Color HEX #FA1114 Torch Red

📋 copy color: '#FA1114'

red 250 ◦ green 17 ◦ blue 20

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

Shades of Torch Red #FA1114

Tints of Torch Red #FA1114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.92%

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

R = 87.11%
G = 5.92%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA1114 (or 0xFA1114) is known color: Torch Red. HEX triplet: FA, 11 and 14. RGB value is (250,17,20). Sum of RGB (Red+Green+Blue) = 250+17+20=287 (38% of max value = 765). Red value is 250 (98.05% from 255 or 87.11% from 287); Green value is 17 (7.03% from 255 or 5.92% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1114 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1114 is #05EEEB. Grayscale: #575757. Windows color (decimal): -388844 or 1315322. OLE color: 1315322.

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

Color convert

RGB 250 17 20 -
CMYK 0 0.93 0.92 0.02
HSL 359.23º 0.96% 0.52% -
HSV(B) 359.23º 0.93% 0.98% -
XYZ 39.75 20.78 2.58 -
YUV 87.01 90.19 244.26 -
System Red Green Blue C M Y K H S L
Decimal 250 17 20 0 0.93 0.92 0.02 359.23 0.96 0.52
Hex FA 11 14 0 5D 5C 2 167 60 34
Octal 372 21 24 0 135 134 2 547 140 64
Binary 11111010 10001 10100 0 1011101 1011100 10 101100111 1100000 110100

Color Harmonies of #FA1114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1114

Black with #FA1114

Text Example


Text Example

White with #FA1114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1114; }

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

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

background-color css

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

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

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

border-color css

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

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

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