Html Css Color HEX #FA161F Torch Red

📋 copy color: '#FA161F'

red 250 ◦ green 22 ◦ blue 31

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

Shades of Torch Red #FA161F

Tints of Torch Red #FA161F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.26%

 BLUE value IS 31 (12.5% from 255) = 10.23%

R = 82.51%
G = 7.26%
B = 10.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA161F (or 0xFA161F) is known color: Torch Red. HEX triplet: FA, 16 and 1F. RGB value is (250,22,31). Sum of RGB (Red+Green+Blue) = 250+22+31=303 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.51% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 31 (12.5% from 255 or 10.23% from 303); Max value from RGB is 250 - color contains mainly: red. Hex color #FA161F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA161F is #05E9E0. Grayscale: #5B5B5B. Windows color (decimal): -387553 or 2037498. OLE color: 2037498.

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

Color convert

RGB 250 22 31 -
CMYK 0 0.91 0.88 0.02
HSL 357.63º 0.96% 0.53% -
HSV(B) 357.63º 0.91% 0.98% -
XYZ 39.96 21 3.24 -
YUV 91.2 94.04 241.27 -
System Red Green Blue C M Y K H S L
Decimal 250 22 31 0 0.91 0.88 0.02 357.63 0.96 0.53
Hex FA 16 1F 0 5B 58 2 166 60 35
Octal 372 26 37 0 133 130 2 546 140 65
Binary 11111010 10110 11111 0 1011011 1011000 10 101100110 1100000 110101

Color Harmonies of #FA161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA161F

Black with #FA161F

Text Example


Text Example

White with #FA161F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA161F; }

 p { color: rgb(250,22,31); }

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

background-color css

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

 a { background-color: rgb(250,22,31); }

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

border-color css

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

 span { border-color: rgb(250,22,31); }

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