Html Css Color HEX #FA113C Torch Red

📋 copy color: '#FA113C'

red 250 ◦ green 17 ◦ blue 60

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

Shades of Torch Red #FA113C

Tints of Torch Red #FA113C

RGB

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

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

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

R = 76.45%
G = 5.2%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA113C (or 0xFA113C) is known color: Torch Red. HEX triplet: FA, 11 and 3C. RGB value is (250,17,60). Sum of RGB (Red+Green+Blue) = 250+17+60=327 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.45% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 60 (23.83% from 255 or 18.35% from 327); Max value from RGB is 250 - color contains mainly: red. Hex color #FA113C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA113C is #05EEC3. Grayscale: #5B5B5B. Windows color (decimal): -388804 or 3936762. OLE color: 3936762.

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

Color convert

RGB 250 17 60 -
CMYK 0 0.93 0.76 0.02
HSL 348.93º 0.96% 0.52% -
HSV(B) 348.93º 0.93% 0.98% -
XYZ 40.44 21.05 6.21 -
YUV 91.57 110.19 241 -
System Red Green Blue C M Y K H S L
Decimal 250 17 60 0 0.93 0.76 0.02 348.93 0.96 0.52
Hex FA 11 3C 0 5D 4C 2 15D 60 34
Octal 372 21 74 0 135 114 2 535 140 64
Binary 11111010 10001 111100 0 1011101 1001100 10 101011101 1100000 110100

Color Harmonies of #FA113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA113C

Black with #FA113C

Text Example


Text Example

White with #FA113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA113C; }

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

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

background-color css

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

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

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

border-color css

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

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

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