Html Css Color HEX #FC1740 Torch Red

📋 copy color: '#FC1740'

red 252 ◦ green 23 ◦ blue 64

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

Shades of Torch Red #FC1740

Tints of Torch Red #FC1740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.88%

R = 74.34%
G = 6.78%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC1740 (or 0xFC1740) is known color: Torch Red. HEX triplet: FC, 17 and 40. RGB value is (252,23,64). Sum of RGB (Red+Green+Blue) = 252+23+64=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1740 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1740 is #03E8BF. Grayscale: #606060. Windows color (decimal): -256192 or 4200444. OLE color: 4200444.

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

Color convert

RGB 252 23 64 -
CMYK 0 0.91 0.75 0.01
HSL 349.26º 0.97% 0.54% -
HSV(B) 349.26º 0.91% 0.99% -
XYZ 41.38 21.68 6.85 -
YUV 96.15 109.87 239.17 -
System Red Green Blue C M Y K H S L
Decimal 252 23 64 0 0.91 0.75 0.01 349.26 0.97 0.54
Hex FC 17 40 0 5B 4B 1 15D 61 36
Octal 374 27 100 0 133 113 1 535 141 66
Binary 11111100 10111 1000000 0 1011011 1001011 1 101011101 1100001 110110

Color Harmonies of #FC1740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1740

Black with #FC1740

Text Example


Text Example

White with #FC1740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1740; }

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

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

background-color css

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

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

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

border-color css

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

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

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