Html Css Color HEX #FA101C Torch Red

📋 copy color: '#FA101C'

red 250 ◦ green 16 ◦ blue 28

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

Shades of Torch Red #FA101C

Tints of Torch Red #FA101C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.44%

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

R = 85.03%
G = 5.44%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA101C (or 0xFA101C) is known color: Torch Red. HEX triplet: FA, 10 and 1C. RGB value is (250,16,28). Sum of RGB (Red+Green+Blue) = 250+16+28=294 (38% of max value = 765). Red value is 250 (98.05% from 255 or 85.03% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 250 - color contains mainly: red. Hex color #FA101C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA101C is #05EFE3. Grayscale: #575757. Windows color (decimal): -389092 or 1839354. OLE color: 1839354.

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

Color convert

RGB 250 16 28 -
CMYK 0 0.94 0.89 0.02
HSL 356.92º 0.96% 0.52% -
HSV(B) 356.92º 0.94% 0.98% -
XYZ 39.82 20.78 3.01 -
YUV 87.33 94.52 244.02 -
System Red Green Blue C M Y K H S L
Decimal 250 16 28 0 0.94 0.89 0.02 356.92 0.96 0.52
Hex FA 10 1C 0 5E 59 2 165 60 34
Octal 372 20 34 0 136 131 2 545 140 64
Binary 11111010 10000 11100 0 1011110 1011001 10 101100101 1100000 110100

Color Harmonies of #FA101C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA101C

Black with #FA101C

Text Example


Text Example

White with #FA101C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA101C; }

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

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

background-color css

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

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

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

border-color css

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

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

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