Html Css Color HEX #FA112F Torch Red

📋 copy color: '#FA112F'

red 250 ◦ green 17 ◦ blue 47

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

Shades of Torch Red #FA112F

Tints of Torch Red #FA112F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.97%

R = 79.62%
G = 5.41%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#FA112F (or 0xFA112F) is known color: Torch Red. HEX triplet: FA, 11 and 2F. RGB value is (250,17,47). Sum of RGB (Red+Green+Blue) = 250+17+47=314 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.62% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 47 (18.75% from 255 or 14.97% from 314); Max value from RGB is 250 - color contains mainly: red. Hex color #FA112F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA112F is #05EED0. Grayscale: #5A5A5A. Windows color (decimal): -388817 or 3084794. OLE color: 3084794.

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

Color convert

RGB 250 17 47 -
CMYK 0 0.93 0.81 0.02
HSL 352.27º 0.96% 0.52% -
HSV(B) 352.27º 0.93% 0.98% -
XYZ 40.14 20.93 4.61 -
YUV 90.09 103.69 242.06 -
System Red Green Blue C M Y K H S L
Decimal 250 17 47 0 0.93 0.81 0.02 352.27 0.96 0.52
Hex FA 11 2F 0 5D 51 2 160 60 34
Octal 372 21 57 0 135 121 2 540 140 64
Binary 11111010 10001 101111 0 1011101 1010001 10 101100000 1100000 110100

Color Harmonies of #FA112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA112F

Black with #FA112F

Text Example


Text Example

White with #FA112F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA112F; }

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

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

background-color css

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

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

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

border-color css

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

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

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