Html Css Color HEX #FA1139 Torch Red

📋 copy color: '#FA1139'

red 250 ◦ green 17 ◦ blue 57

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

Shades of Torch Red #FA1139

Tints of Torch Red #FA1139

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.25%

 BLUE value IS 57 (22.66% from 255) = 17.59%

R = 77.16%
G = 5.25%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.02

RGB Variations

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

Color information

#FA1139 (or 0xFA1139) is known color: Torch Red. HEX triplet: FA, 11 and 39. RGB value is (250,17,57). Sum of RGB (Red+Green+Blue) = 250+17+57=324 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.16% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1139 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1139 is #05EEC6. Grayscale: #5B5B5B. Windows color (decimal): -388807 or 3740154. OLE color: 3740154.

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

Color convert

RGB 250 17 57 -
CMYK 0 0.93 0.77 0.02
HSL 349.7º 0.96% 0.52% -
HSV(B) 349.7º 0.93% 0.98% -
XYZ 40.36 21.02 5.8 -
YUV 91.23 108.69 241.25 -
System Red Green Blue C M Y K H S L
Decimal 250 17 57 0 0.93 0.77 0.02 349.7 0.96 0.52
Hex FA 11 39 0 5D 4D 2 15E 60 34
Octal 372 21 71 0 135 115 2 536 140 64
Binary 11111010 10001 111001 0 1011101 1001101 10 101011110 1100000 110100

Color Harmonies of #FA1139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1139

Black with #FA1139

Text Example


Text Example

White with #FA1139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1139; }

 p { color: rgb(250,17,57); }

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

background-color css

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

 a { background-color: rgb(250,17,57); }

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

border-color css

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

 span { border-color: rgb(250,17,57); }

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