Html Css Color HEX #FA172A Torch Red

📋 copy color: '#FA172A'

red 250 ◦ green 23 ◦ blue 42

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

Shades of Torch Red #FA172A

Tints of Torch Red #FA172A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.33%

R = 79.37%
G = 7.3%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#FA172A (or 0xFA172A) is known color: Torch Red. HEX triplet: FA, 17 and 2A. RGB value is (250,23,42). Sum of RGB (Red+Green+Blue) = 250+23+42=315 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.37% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 42 (16.80% from 255 or 13.33% from 315); Max value from RGB is 250 - color contains mainly: red. Hex color #FA172A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FA172A is #05E8D5. Grayscale: #5D5D5D. Windows color (decimal): -387286 or 2758650. OLE color: 2758650.

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

Color convert

RGB 250 23 42 -
CMYK 0 0.91 0.83 0.02
HSL 354.98º 0.96% 0.54% -
HSV(B) 354.98º 0.91% 0.98% -
XYZ 40.15 21.1 4.15 -
YUV 93.04 99.21 239.96 -
System Red Green Blue C M Y K H S L
Decimal 250 23 42 0 0.91 0.83 0.02 354.98 0.96 0.54
Hex FA 17 2A 0 5B 53 2 163 60 36
Octal 372 27 52 0 133 123 2 543 140 66
Binary 11111010 10111 101010 0 1011011 1010011 10 101100011 1100000 110110

Color Harmonies of #FA172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA172A

Black with #FA172A

Text Example


Text Example

White with #FA172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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