Html Css Color HEX #FA1928 Torch Red

📋 copy color: '#FA1928'

red 250 ◦ green 25 ◦ blue 40

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

Shades of Torch Red #FA1928

Tints of Torch Red #FA1928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.94%

 BLUE value IS 40 (16.02% from 255) = 12.7%

R = 79.37%
G = 7.94%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FA1928 (or 0xFA1928) is known color: Torch Red. HEX triplet: FA, 19 and 28. RGB value is (250,25,40). Sum of RGB (Red+Green+Blue) = 250+25+40=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1928 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1928 is #05E6D7. Grayscale: #5E5E5E. Windows color (decimal): -386776 or 2628090. OLE color: 2628090.

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

Color convert

RGB 250 25 40 -
CMYK 0 0.9 0.84 0.02
HSL 356º 0.96% 0.54% -
HSV(B) 356º 0.9% 0.98% -
XYZ 40.15 21.17 3.98 -
YUV 93.99 97.54 239.28 -
System Red Green Blue C M Y K H S L
Decimal 250 25 40 0 0.9 0.84 0.02 356 0.96 0.54
Hex FA 19 28 0 5A 54 2 164 60 36
Octal 372 31 50 0 132 124 2 544 140 66
Binary 11111010 11001 101000 0 1011010 1010100 10 101100100 1100000 110110

Color Harmonies of #FA1928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1928

Black with #FA1928

Text Example


Text Example

White with #FA1928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1928; }

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

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

background-color css

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

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

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

border-color css

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

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

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