Html Css Color HEX #FA1E20 Torch Red

📋 copy color: '#FA1E20'

red 250 ◦ green 30 ◦ blue 32

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

Shades of Torch Red #FA1E20

Tints of Torch Red #FA1E20

RGB

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

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

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

R = 80.13%
G = 9.62%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA1E20 (or 0xFA1E20) is known color: Torch Red. HEX triplet: FA, 1E and 20. RGB value is (250,30,32). Sum of RGB (Red+Green+Blue) = 250+30+32=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 32 (12.89% from 255 or 10.26% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1E20 is #05E1DF. Grayscale: #606060. Windows color (decimal): -385504 or 2105082. OLE color: 2105082.

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

Color convert

RGB 250 30 32 -
CMYK 0 0.88 0.87 0.02
HSL 359.45º 0.96% 0.55% -
HSV(B) 359.45º 0.88% 0.98% -
XYZ 40.15 21.36 3.37 -
YUV 96.01 91.89 237.84 -
System Red Green Blue C M Y K H S L
Decimal 250 30 32 0 0.88 0.87 0.02 359.45 0.96 0.55
Hex FA 1E 20 0 58 57 2 167 60 37
Octal 372 36 40 0 130 127 2 547 140 67
Binary 11111010 11110 100000 0 1011000 1010111 10 101100111 1100000 110111

Color Harmonies of #FA1E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1E20

Black with #FA1E20

Text Example


Text Example

White with #FA1E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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