Html Css Color HEX #FA013D Torch Red

📋 copy color: '#FA013D'

red 250 ◦ green 1 ◦ blue 61

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

Shades of Torch Red #FA013D

Tints of Torch Red #FA013D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 61 (24.22% from 255) = 19.55%

R = 80.13%
G = 0.32%
B = 19.55%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FA013D (or 0xFA013D) is known color: Torch Red. HEX triplet: FA, 01 and 3D. RGB value is (250,1,61). Sum of RGB (Red+Green+Blue) = 250+1+61=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA013D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA013D is #05FEC2. Grayscale: #525252. Windows color (decimal): -392899 or 3998202. OLE color: 3998202.

HSL color Cylindrical-coordinate representation of color #FA013D: hue angle of 345.54º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA013D is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 1 61 -
CMYK 0 1.00 0.76 0.02
HSL 345.54º 0.99% 0.49% -
HSV(B) 345.54º 1% 0.98% -
XYZ 40.28 20.68 6.28 -
YUV 82.29 115.99 247.62 -
System Red Green Blue C M Y K H S L
Decimal 250 1 61 0 1.00 0.76 0.02 345.54 0.99 0.49
Hex FA 1 3D 0 64 4C 2 15A 63 31
Octal 372 1 75 0 144 114 2 532 143 61
Binary 11111010 1 111101 0 1100100 1001100 10 101011010 1100011 110001

Color Harmonies of #FA013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA013D

Black with #FA013D

Text Example


Text Example

White with #FA013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA013D; }

 p { color: rgb(250,1,61); }

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

background-color css

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

 a { background-color: rgb(250,1,61); }

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

border-color css

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

 span { border-color: rgb(250,1,61); }

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