Html Css Color HEX #FA1E35 Torch Red

📋 copy color: '#FA1E35'

red 250 ◦ green 30 ◦ blue 53

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

Shades of Torch Red #FA1E35

Tints of Torch Red #FA1E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.92%

R = 75.08%
G = 9.01%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.02

RGB Variations

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

Color information

#FA1E35 (or 0xFA1E35) is known color: Torch Red. HEX triplet: FA, 1E and 35. RGB value is (250,30,53). Sum of RGB (Red+Green+Blue) = 250+30+53=333 (44% of max value = 765). Red value is 250 (98.05% from 255 or 75.08% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 53 (21.09% from 255 or 15.92% from 333); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1E35 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA1E35 is #05E1CA. Grayscale: #626262. Windows color (decimal): -385483 or 3481338. OLE color: 3481338.

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

Color convert

RGB 250 30 53 -
CMYK 0 0.88 0.79 0.02
HSL 353.73º 0.96% 0.55% -
HSV(B) 353.73º 0.88% 0.98% -
XYZ 40.53 21.51 5.38 -
YUV 98.4 102.39 236.13 -
System Red Green Blue C M Y K H S L
Decimal 250 30 53 0 0.88 0.79 0.02 353.73 0.96 0.55
Hex FA 1E 35 0 58 4F 2 162 60 37
Octal 372 36 65 0 130 117 2 542 140 67
Binary 11111010 11110 110101 0 1011000 1001111 10 101100010 1100000 110111

Color Harmonies of #FA1E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1E35

Black with #FA1E35

Text Example


Text Example

White with #FA1E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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