Html Css Color HEX #FA161D Torch Red

📋 copy color: '#FA161D'

red 250 ◦ green 22 ◦ blue 29

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

Shades of Torch Red #FA161D

Tints of Torch Red #FA161D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.63%

R = 83.06%
G = 7.31%
B = 9.63%

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

#FA161D (or 0xFA161D) is known color: Torch Red. HEX triplet: FA, 16 and 1D. RGB value is (250,22,29). Sum of RGB (Red+Green+Blue) = 250+22+29=301 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.06% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 250 - color contains mainly: red. Hex color #FA161D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA161D is #05E9E2. Grayscale: #5B5B5B. Windows color (decimal): -387555 or 1906426. OLE color: 1906426.

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

Color convert

RGB 250 22 29 -
CMYK 0 0.91 0.88 0.02
HSL 358.16º 0.96% 0.53% -
HSV(B) 358.16º 0.91% 0.98% -
XYZ 39.93 20.99 3.11 -
YUV 90.97 93.04 241.43 -
System Red Green Blue C M Y K H S L
Decimal 250 22 29 0 0.91 0.88 0.02 358.16 0.96 0.53
Hex FA 16 1D 0 5B 58 2 166 60 35
Octal 372 26 35 0 133 130 2 546 140 65
Binary 11111010 10110 11101 0 1011011 1011000 10 101100110 1100000 110101

Color Harmonies of #FA161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA161D

Black with #FA161D

Text Example


Text Example

White with #FA161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA161D; }

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

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

background-color css

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

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

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

border-color css

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

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

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