Html Css Color HEX #FA193D Torch Red

📋 copy color: '#FA193D'

red 250 ◦ green 25 ◦ blue 61

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

Shades of Torch Red #FA193D

Tints of Torch Red #FA193D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.44%

 BLUE value IS 61 (24.22% from 255) = 18.15%

R = 74.4%
G = 7.44%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA193D (or 0xFA193D) is known color: Torch Red. HEX triplet: FA, 19 and 3D. RGB value is (250,25,61). Sum of RGB (Red+Green+Blue) = 250+25+61=336 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.40% from 336); Green value is 25 (10.16% from 255 or 7.44% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 250 - color contains mainly: red. Hex color #FA193D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA193D is #05E6C2. Grayscale: #606060. Windows color (decimal): -386755 or 4004346. OLE color: 4004346.

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

Color convert

RGB 250 25 61 -
CMYK 0 0.9 0.76 0.02
HSL 350.4º 0.96% 0.54% -
HSV(B) 350.4º 0.9% 0.98% -
XYZ 40.61 21.36 6.4 -
YUV 96.38 108.04 237.57 -
System Red Green Blue C M Y K H S L
Decimal 250 25 61 0 0.9 0.76 0.02 350.4 0.96 0.54
Hex FA 19 3D 0 5A 4C 2 15E 60 36
Octal 372 31 75 0 132 114 2 536 140 66
Binary 11111010 11001 111101 0 1011010 1001100 10 101011110 1100000 110110

Color Harmonies of #FA193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA193D

Black with #FA193D

Text Example


Text Example

White with #FA193D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA193D; }

 p { color: rgb(250,25,61); }

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

background-color css

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

 a { background-color: rgb(250,25,61); }

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

border-color css

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

 span { border-color: rgb(250,25,61); }

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