Html Css Color HEX #FA161B Torch Red

📋 copy color: '#FA161B'

red 250 ◦ green 22 ◦ blue 27

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

Shades of Torch Red #FA161B

Tints of Torch Red #FA161B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.03%

R = 83.61%
G = 7.36%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA161B (or 0xFA161B) is known color: Torch Red. HEX triplet: FA, 16 and 1B. RGB value is (250,22,27). Sum of RGB (Red+Green+Blue) = 250+22+27=299 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.61% from 299); Green value is 22 (8.98% from 255 or 7.36% from 299); Blue value is 27 (10.94% from 255 or 9.03% from 299); Max value from RGB is 250 - color contains mainly: red. Hex color #FA161B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA161B is #05E9E4. Grayscale: #5A5A5A. Windows color (decimal): -387557 or 1775354. OLE color: 1775354.

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

Color convert

RGB 250 22 27 -
CMYK 0 0.91 0.89 0.02
HSL 358.68º 0.96% 0.53% -
HSV(B) 358.68º 0.91% 0.98% -
XYZ 39.91 20.98 2.98 -
YUV 90.74 92.04 241.59 -
System Red Green Blue C M Y K H S L
Decimal 250 22 27 0 0.91 0.89 0.02 358.68 0.96 0.53
Hex FA 16 1B 0 5B 59 2 167 60 35
Octal 372 26 33 0 133 131 2 547 140 65
Binary 11111010 10110 11011 0 1011011 1011001 10 101100111 1100000 110101

Color Harmonies of #FA161B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA161B

Black with #FA161B

Text Example


Text Example

White with #FA161B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA161B; }

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

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

background-color css

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

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

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

border-color css

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

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

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