Html Css Color HEX #FC1734 Torch Red

📋 copy color: '#FC1734'

red 252 ◦ green 23 ◦ blue 52

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

Shades of Torch Red #FC1734

Tints of Torch Red #FC1734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 15.9%

R = 77.06%
G = 7.03%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FC1734 (or 0xFC1734) is known color: Torch Red. HEX triplet: FC, 17 and 34. RGB value is (252,23,52). Sum of RGB (Red+Green+Blue) = 252+23+52=327 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.06% from 327); Green value is 23 (9.38% from 255 or 7.03% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1734 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1734 is #03E8CB. Grayscale: #5E5E5E. Windows color (decimal): -256204 or 3414012. OLE color: 3414012.

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

Color convert

RGB 252 23 52 -
CMYK 0 0.91 0.79 0.01
HSL 352.4º 0.97% 0.54% -
HSV(B) 352.4º 0.91% 0.99% -
XYZ 41.07 21.56 5.24 -
YUV 94.78 103.87 240.14 -
System Red Green Blue C M Y K H S L
Decimal 252 23 52 0 0.91 0.79 0.01 352.4 0.97 0.54
Hex FC 17 34 0 5B 4F 1 160 61 36
Octal 374 27 64 0 133 117 1 540 141 66
Binary 11111100 10111 110100 0 1011011 1001111 1 101100000 1100001 110110

Color Harmonies of #FC1734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1734

Black with #FC1734

Text Example


Text Example

White with #FC1734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1734; }

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

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

background-color css

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

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

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

border-color css

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

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

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