Html Css Color HEX #FC172A Torch Red

📋 copy color: '#FC172A'

red 252 ◦ green 23 ◦ blue 42

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

Shades of Torch Red #FC172A

Tints of Torch Red #FC172A

RGB

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

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

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

R = 79.5%
G = 7.26%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FC172A (or 0xFC172A) is known color: Torch Red. HEX triplet: FC, 17 and 2A. RGB value is (252,23,42). Sum of RGB (Red+Green+Blue) = 252+23+42=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 42 (16.80% from 255 or 13.25% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC172A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC172A is #03E8D5. Grayscale: #5D5D5D. Windows color (decimal): -256214 or 2758652. OLE color: 2758652.

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

Color convert

RGB 252 23 42 -
CMYK 0 0.91 0.83 0.01
HSL 355.02º 0.97% 0.54% -
HSV(B) 355.02º 0.91% 0.99% -
XYZ 40.87 21.48 4.18 -
YUV 93.64 98.87 240.96 -
System Red Green Blue C M Y K H S L
Decimal 252 23 42 0 0.91 0.83 0.01 355.02 0.97 0.54
Hex FC 17 2A 0 5B 53 1 163 61 36
Octal 374 27 52 0 133 123 1 543 141 66
Binary 11111100 10111 101010 0 1011011 1010011 1 101100011 1100001 110110

Color Harmonies of #FC172A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC172A

Black with #FC172A

Text Example


Text Example

White with #FC172A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC172A; }

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

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

background-color css

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

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

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

border-color css

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

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

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