Html Css Color HEX #FC1447 Torch Red

📋 copy color: '#FC1447'

red 252 ◦ green 20 ◦ blue 71

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

Shades of Torch Red #FC1447

Tints of Torch Red #FC1447

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.83%

 BLUE value IS 71 (28.13% from 255) = 20.7%

R = 73.47%
G = 5.83%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC1447 (or 0xFC1447) is known color: Torch Red. HEX triplet: FC, 14 and 47. RGB value is (252,20,71). Sum of RGB (Red+Green+Blue) = 252+20+71=343 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.47% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 71 (28.12% from 255 or 20.70% from 343); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1447 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1447 is #03EBB8. Grayscale: #5F5F5F. Windows color (decimal): -256953 or 4658428. OLE color: 4658428.

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

Color convert

RGB 252 20 71 -
CMYK 0 0.92 0.72 0.01
HSL 346.81º 0.97% 0.53% -
HSV(B) 346.81º 0.92% 0.99% -
XYZ 41.53 21.65 7.95 -
YUV 95.18 114.36 239.85 -
System Red Green Blue C M Y K H S L
Decimal 252 20 71 0 0.92 0.72 0.01 346.81 0.97 0.53
Hex FC 14 47 0 5C 48 1 15B 61 35
Octal 374 24 107 0 134 110 1 533 141 65
Binary 11111100 10100 1000111 0 1011100 1001000 1 101011011 1100001 110101

Color Harmonies of #FC1447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1447

Black with #FC1447

Text Example


Text Example

White with #FC1447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1447; }

 p { color: rgb(252,20,71); }

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

background-color css

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

 a { background-color: rgb(252,20,71); }

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

border-color css

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

 span { border-color: rgb(252,20,71); }

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