Html Css Color HEX #FA1725 Torch Red

📋 copy color: '#FA1725'

red 250 ◦ green 23 ◦ blue 37

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

Shades of Torch Red #FA1725

Tints of Torch Red #FA1725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.42%

 BLUE value IS 37 (14.84% from 255) = 11.94%

R = 80.65%
G = 7.42%
B = 11.94%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FA1725 (or 0xFA1725) is known color: Torch Red. HEX triplet: FA, 17 and 25. RGB value is (250,23,37). Sum of RGB (Red+Green+Blue) = 250+23+37=310 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.65% from 310); Green value is 23 (9.38% from 255 or 7.42% from 310); Blue value is 37 (14.84% from 255 or 11.94% from 310); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1725 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA1725 is #05E8DA. Grayscale: #5C5C5C. Windows color (decimal): -387291 or 2430970. OLE color: 2430970.

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

Color convert

RGB 250 23 37 -
CMYK 0 0.91 0.85 0.02
HSL 356.3º 0.96% 0.54% -
HSV(B) 356.3º 0.91% 0.98% -
XYZ 40.06 21.07 3.71 -
YUV 92.47 96.71 240.36 -
System Red Green Blue C M Y K H S L
Decimal 250 23 37 0 0.91 0.85 0.02 356.3 0.96 0.54
Hex FA 17 25 0 5B 55 2 164 60 36
Octal 372 27 45 0 133 125 2 544 140 66
Binary 11111010 10111 100101 0 1011011 1010101 10 101100100 1100000 110110

Color Harmonies of #FA1725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA1725

Black with #FA1725

Text Example


Text Example

White with #FA1725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA1725; }

 p { color: rgb(250,23,37); }

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

background-color css

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

 a { background-color: rgb(250,23,37); }

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

border-color css

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

 span { border-color: rgb(250,23,37); }

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