Html Css Color HEX #FA111C Torch Red

📋 copy color: '#FA111C'

red 250 ◦ green 17 ◦ blue 28

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

Shades of Torch Red #FA111C

Tints of Torch Red #FA111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.49%

R = 84.75%
G = 5.76%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA111C (or 0xFA111C) is known color: Torch Red. HEX triplet: FA, 11 and 1C. RGB value is (250,17,28). Sum of RGB (Red+Green+Blue) = 250+17+28=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 17 (7.03% from 255 or 5.76% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA111C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA111C is #05EEE3. Grayscale: #585858. Windows color (decimal): -388836 or 1839610. OLE color: 1839610.

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

Color convert

RGB 250 17 28 -
CMYK 0 0.93 0.89 0.02
HSL 357.17º 0.96% 0.52% -
HSV(B) 357.17º 0.93% 0.98% -
XYZ 39.83 20.81 3.02 -
YUV 87.92 94.19 243.61 -
System Red Green Blue C M Y K H S L
Decimal 250 17 28 0 0.93 0.89 0.02 357.17 0.96 0.52
Hex FA 11 1C 0 5D 59 2 165 60 34
Octal 372 21 34 0 135 131 2 545 140 64
Binary 11111010 10001 11100 0 1011101 1011001 10 101100101 1100000 110100

Color Harmonies of #FA111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA111C

Black with #FA111C

Text Example


Text Example

White with #FA111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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