Html Css Color HEX #FC171A Torch Red

📋 copy color: '#FC171A'

red 252 ◦ green 23 ◦ blue 26

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

Shades of Torch Red #FC171A

Tints of Torch Red #FC171A

RGB

 RED value IS 252 (98.83% from 255) = 83.72%

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

 BLUE value IS 26 (10.55% from 255) = 8.64%

R = 83.72%
G = 7.64%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FC171A (or 0xFC171A) is known color: Torch Red. HEX triplet: FC, 17 and 1A. RGB value is (252,23,26). Sum of RGB (Red+Green+Blue) = 252+23+26=301 (39% of max value = 765). Red value is 252 (98.83% from 255 or 83.72% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 252 - color contains mainly: red. Hex color #FC171A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC171A is #03E8E5. Grayscale: #5C5C5C. Windows color (decimal): -256230 or 1710076. OLE color: 1710076.

HSL color Cylindrical-coordinate representation of color #FC171A: hue angle of 359.21º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC171A is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 23 26 -
CMYK 0 0.91 0.90 0.01
HSL 359.21º 0.97% 0.54% -
HSV(B) 359.21º 0.91% 0.99% -
XYZ 40.64 21.38 2.96 -
YUV 91.81 90.87 242.26 -
System Red Green Blue C M Y K H S L
Decimal 252 23 26 0 0.91 0.90 0.01 359.21 0.97 0.54
Hex FC 17 1A 0 5B 5A 1 167 61 36
Octal 374 27 32 0 133 132 1 547 141 66
Binary 11111100 10111 11010 0 1011011 1011010 1 101100111 1100001 110110

Color Harmonies of #FC171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC171A

Black with #FC171A

Text Example


Text Example

White with #FC171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC171A; }

 p { color: rgb(252,23,26); }

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

background-color css

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

 a { background-color: rgb(252,23,26); }

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

border-color css

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

 span { border-color: rgb(252,23,26); }

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