Html Css Color HEX #FA1532 Torch Red

📋 copy color: '#FA1532'

red 250 ◦ green 21 ◦ blue 50

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

Shades of Torch Red #FA1532

Tints of Torch Red #FA1532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.54%

 BLUE value IS 50 (19.92% from 255) = 15.58%

R = 77.88%
G = 6.54%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA1532 (or 0xFA1532) is known color: Torch Red. HEX triplet: FA, 15 and 32. RGB value is (250,21,50). Sum of RGB (Red+Green+Blue) = 250+21+50=321 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.88% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1532 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1532 is #05EACD. Grayscale: #5C5C5C. Windows color (decimal): -387790 or 3282426. OLE color: 3282426.

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

Color convert

RGB 250 21 50 -
CMYK 0 0.92 0.8 0.02
HSL 352.4º 0.96% 0.53% -
HSV(B) 352.4º 0.92% 0.98% -
XYZ 40.27 21.09 4.97 -
YUV 92.78 103.87 240.14 -
System Red Green Blue C M Y K H S L
Decimal 250 21 50 0 0.92 0.8 0.02 352.4 0.96 0.53
Hex FA 15 32 0 5C 50 2 160 60 35
Octal 372 25 62 0 134 120 2 540 140 65
Binary 11111010 10101 110010 0 1011100 1010000 10 101100000 1100000 110101

Color Harmonies of #FA1532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1532

Black with #FA1532

Text Example


Text Example

White with #FA1532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1532; }

 p { color: rgb(250,21,50); }

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

background-color css

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

 a { background-color: rgb(250,21,50); }

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

border-color css

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

 span { border-color: rgb(250,21,50); }

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