Html Css Color HEX #FA1320 Torch Red

📋 copy color: '#FA1320'

red 250 ◦ green 19 ◦ blue 32

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

Shades of Torch Red #FA1320

Tints of Torch Red #FA1320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.31%

 BLUE value IS 32 (12.89% from 255) = 10.63%

R = 83.06%
G = 6.31%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA1320 (or 0xFA1320) is known color: Torch Red. HEX triplet: FA, 13 and 20. RGB value is (250,19,32). Sum of RGB (Red+Green+Blue) = 250+19+32=301 (39% of max value = 765). Red value is 250 (98.05% from 255 or 83.06% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1320 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1320 is #05ECDF. Grayscale: #595959. Windows color (decimal): -388320 or 2102266. OLE color: 2102266.

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

Color convert

RGB 250 19 32 -
CMYK 0 0.92 0.87 0.02
HSL 356.62º 0.96% 0.53% -
HSV(B) 356.62º 0.92% 0.98% -
XYZ 39.92 20.89 3.3 -
YUV 89.55 95.53 242.44 -
System Red Green Blue C M Y K H S L
Decimal 250 19 32 0 0.92 0.87 0.02 356.62 0.96 0.53
Hex FA 13 20 0 5C 57 2 165 60 35
Octal 372 23 40 0 134 127 2 545 140 65
Binary 11111010 10011 100000 0 1011100 1010111 10 101100101 1100000 110101

Color Harmonies of #FA1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1320

Black with #FA1320

Text Example


Text Example

White with #FA1320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1320; }

 p { color: rgb(250,19,32); }

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

background-color css

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

 a { background-color: rgb(250,19,32); }

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

border-color css

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

 span { border-color: rgb(250,19,32); }

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