Html Css Color HEX #FA161E Torch Red

📋 copy color: '#FA161E'

red 250 ◦ green 22 ◦ blue 30

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

Shades of Torch Red #FA161E

Tints of Torch Red #FA161E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.93%

R = 82.78%
G = 7.28%
B = 9.93%

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

#FA161E (or 0xFA161E) is known color: Torch Red. HEX triplet: FA, 16 and 1E. RGB value is (250,22,30). Sum of RGB (Red+Green+Blue) = 250+22+30=302 (40% of max value = 765). Red value is 250 (98.05% from 255 or 82.78% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 30 (12.11% from 255 or 9.93% from 302); Max value from RGB is 250 - color contains mainly: red. Hex color #FA161E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA161E is #05E9E1. Grayscale: #5B5B5B. Windows color (decimal): -387554 or 1971962. OLE color: 1971962.

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

Color convert

RGB 250 22 30 -
CMYK 0 0.91 0.88 0.02
HSL 357.89º 0.96% 0.53% -
HSV(B) 357.89º 0.91% 0.98% -
XYZ 39.95 20.99 3.17 -
YUV 91.08 93.54 241.35 -
System Red Green Blue C M Y K H S L
Decimal 250 22 30 0 0.91 0.88 0.02 357.89 0.96 0.53
Hex FA 16 1E 0 5B 58 2 166 60 35
Octal 372 26 36 0 133 130 2 546 140 65
Binary 11111010 10110 11110 0 1011011 1011000 10 101100110 1100000 110101

Color Harmonies of #FA161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA161E

Black with #FA161E

Text Example


Text Example

White with #FA161E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA161E; }

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

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

background-color css

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

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

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

border-color css

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

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

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