Html Css Color HEX #FC172E Torch Red

📋 copy color: '#FC172E'

red 252 ◦ green 23 ◦ blue 46

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

Shades of Torch Red #FC172E

Tints of Torch Red #FC172E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.33%

R = 78.5%
G = 7.17%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FC172E (or 0xFC172E) is known color: Torch Red. HEX triplet: FC, 17 and 2E. RGB value is (252,23,46). Sum of RGB (Red+Green+Blue) = 252+23+46=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC172E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC172E is #03E8D1. Grayscale: #5E5E5E. Windows color (decimal): -256210 or 3020796. OLE color: 3020796.

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

Color convert

RGB 252 23 46 -
CMYK 0 0.91 0.82 0.01
HSL 353.97º 0.97% 0.54% -
HSV(B) 353.97º 0.91% 0.99% -
XYZ 40.94 21.51 4.58 -
YUV 94.09 100.87 240.63 -
System Red Green Blue C M Y K H S L
Decimal 252 23 46 0 0.91 0.82 0.01 353.97 0.97 0.54
Hex FC 17 2E 0 5B 52 1 162 61 36
Octal 374 27 56 0 133 122 1 542 141 66
Binary 11111100 10111 101110 0 1011011 1010010 1 101100010 1100001 110110

Color Harmonies of #FC172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC172E

Black with #FC172E

Text Example


Text Example

White with #FC172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC172E; }

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

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

background-color css

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

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

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

border-color css

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

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

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