Html Css Color HEX #FA193B Torch Red

📋 copy color: '#FA193B'

red 250 ◦ green 25 ◦ blue 59

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

Shades of Torch Red #FA193B

Tints of Torch Red #FA193B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.66%

R = 74.85%
G = 7.49%
B = 17.66%

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

#FA193B (or 0xFA193B) is known color: Torch Red. HEX triplet: FA, 19 and 3B. RGB value is (250,25,59). Sum of RGB (Red+Green+Blue) = 250+25+59=334 (44% of max value = 765). Red value is 250 (98.05% from 255 or 74.85% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 250 - color contains mainly: red. Hex color #FA193B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA193B is #05E6C4. Grayscale: #606060. Windows color (decimal): -386757 or 3873274. OLE color: 3873274.

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

Color convert

RGB 250 25 59 -
CMYK 0 0.9 0.76 0.02
HSL 350.93º 0.96% 0.54% -
HSV(B) 350.93º 0.9% 0.98% -
XYZ 40.56 21.34 6.12 -
YUV 96.15 107.04 237.74 -
System Red Green Blue C M Y K H S L
Decimal 250 25 59 0 0.9 0.76 0.02 350.93 0.96 0.54
Hex FA 19 3B 0 5A 4C 2 15F 60 36
Octal 372 31 73 0 132 114 2 537 140 66
Binary 11111010 11001 111011 0 1011010 1001100 10 101011111 1100000 110110

Color Harmonies of #FA193B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA193B

Black with #FA193B

Text Example


Text Example

White with #FA193B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA193B; }

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

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

background-color css

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

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

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

border-color css

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

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

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