Html Css Color HEX #FA163C Torch Red

📋 copy color: '#FA163C'

red 250 ◦ green 22 ◦ blue 60

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

Shades of Torch Red #FA163C

Tints of Torch Red #FA163C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.07%

R = 75.3%
G = 6.63%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA163C (or 0xFA163C) is known color: Torch Red. HEX triplet: FA, 16 and 3C. RGB value is (250,22,60). Sum of RGB (Red+Green+Blue) = 250+22+60=332 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.30% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 250 - color contains mainly: red. Hex color #FA163C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA163C is #05E9C3. Grayscale: #5E5E5E. Windows color (decimal): -387524 or 3938042. OLE color: 3938042.

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

Color convert

RGB 250 22 60 -
CMYK 0 0.91 0.76 0.02
HSL 350º 0.96% 0.53% -
HSV(B) 350º 0.91% 0.98% -
XYZ 40.53 21.22 6.24 -
YUV 94.5 108.54 238.91 -
System Red Green Blue C M Y K H S L
Decimal 250 22 60 0 0.91 0.76 0.02 350 0.96 0.53
Hex FA 16 3C 0 5B 4C 2 15E 60 35
Octal 372 26 74 0 133 114 2 536 140 65
Binary 11111010 10110 111100 0 1011011 1001100 10 101011110 1100000 110101

Color Harmonies of #FA163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA163C

Black with #FA163C

Text Example


Text Example

White with #FA163C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA163C; }

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

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

background-color css

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

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

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

border-color css

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

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

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