Html Css Color HEX #FA1A32 Torch Red

📋 copy color: '#FA1A32'

red 250 ◦ green 26 ◦ blue 50

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

Shades of Torch Red #FA1A32

Tints of Torch Red #FA1A32

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.98%

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

R = 76.69%
G = 7.98%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA1A32 (or 0xFA1A32) is known color: Torch Red. HEX triplet: FA, 1A and 32. RGB value is (250,26,50). Sum of RGB (Red+Green+Blue) = 250+26+50=326 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.69% from 326); Green value is 26 (10.55% from 255 or 7.98% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1A32 is #05E5CD. Grayscale: #5F5F5F. Windows color (decimal): -386510 or 3283706. OLE color: 3283706.

HSL color Cylindrical-coordinate representation of color #FA1A32: hue angle of 353.57º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA1A32 is Cyan = 0, Magento = 0.90, Yellow = 0.8 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 26 50 -
CMYK 0 0.90 0.8 0.02
HSL 353.57º 0.96% 0.54% -
HSV(B) 353.57º 0.9% 0.98% -
XYZ 40.37 21.29 5 -
YUV 95.71 102.21 238.05 -
System Red Green Blue C M Y K H S L
Decimal 250 26 50 0 0.90 0.8 0.02 353.57 0.96 0.54
Hex FA 1A 32 0 5A 50 2 162 60 36
Octal 372 32 62 0 132 120 2 542 140 66
Binary 11111010 11010 110010 0 1011010 1010000 10 101100010 1100000 110110

Color Harmonies of #FA1A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1A32

Black with #FA1A32

Text Example


Text Example

White with #FA1A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1A32; }

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

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

background-color css

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

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

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

border-color css

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

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

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