Html Css Color HEX #FA1E32 Torch Red

📋 copy color: '#FA1E32'

red 250 ◦ green 30 ◦ blue 50

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

Shades of Torch Red #FA1E32

Tints of Torch Red #FA1E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.09%

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

R = 75.76%
G = 9.09%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.8

 K value IS 0.02

RGB Variations

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

Color information

#FA1E32 (or 0xFA1E32) is known color: Torch Red. HEX triplet: FA, 1E and 32. RGB value is (250,30,50). Sum of RGB (Red+Green+Blue) = 250+30+50=330 (43% of max value = 765). Red value is 250 (98.05% from 255 or 75.76% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 50 (19.92% from 255 or 15.15% from 330); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1E32 is #05E1CD. Grayscale: #626262. Windows color (decimal): -385486 or 3284730. OLE color: 3284730.

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

Color convert

RGB 250 30 50 -
CMYK 0 0.88 0.8 0.02
HSL 354.55º 0.96% 0.55% -
HSV(B) 354.55º 0.88% 0.98% -
XYZ 40.46 21.48 5.03 -
YUV 98.06 100.89 236.37 -
System Red Green Blue C M Y K H S L
Decimal 250 30 50 0 0.88 0.8 0.02 354.55 0.96 0.55
Hex FA 1E 32 0 58 50 2 163 60 37
Octal 372 36 62 0 130 120 2 543 140 67
Binary 11111010 11110 110010 0 1011000 1010000 10 101100011 1100000 110111

Color Harmonies of #FA1E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1E32

Black with #FA1E32

Text Example


Text Example

White with #FA1E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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