Html Css Color HEX #FA1619 Torch Red

📋 copy color: '#FA1619'

red 250 ◦ green 22 ◦ blue 25

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

Shades of Torch Red #FA1619

Tints of Torch Red #FA1619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.41%

 BLUE value IS 25 (10.16% from 255) = 8.42%

R = 84.18%
G = 7.41%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FA1619 (or 0xFA1619) is known color: Torch Red. HEX triplet: FA, 16 and 19. RGB value is (250,22,25). Sum of RGB (Red+Green+Blue) = 250+22+25=297 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.18% from 297); Green value is 22 (8.98% from 255 or 7.41% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1619 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1619 is #05E9E6. Grayscale: #5A5A5A. Windows color (decimal): -387559 or 1644282. OLE color: 1644282.

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

Color convert

RGB 250 22 25 -
CMYK 0 0.91 0.9 0.02
HSL 359.21º 0.96% 0.53% -
HSV(B) 359.21º 0.91% 0.98% -
XYZ 39.89 20.97 2.86 -
YUV 90.51 91.04 241.76 -
System Red Green Blue C M Y K H S L
Decimal 250 22 25 0 0.91 0.9 0.02 359.21 0.96 0.53
Hex FA 16 19 0 5B 5A 2 167 60 35
Octal 372 26 31 0 133 132 2 547 140 65
Binary 11111010 10110 11001 0 1011011 1011010 10 101100111 1100000 110101

Color Harmonies of #FA1619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1619

Black with #FA1619

Text Example


Text Example

White with #FA1619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1619; }

 p { color: rgb(250,22,25); }

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

background-color css

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

 a { background-color: rgb(250,22,25); }

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

border-color css

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

 span { border-color: rgb(250,22,25); }

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