Html Css Color HEX #FC1147 Torch Red

📋 copy color: '#FC1147'

red 252 ◦ green 17 ◦ blue 71

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

Shades of Torch Red #FC1147

Tints of Torch Red #FC1147

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5%

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

R = 74.12%
G = 5%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC1147 (or 0xFC1147) is known color: Torch Red. HEX triplet: FC, 11 and 47. RGB value is (252,17,71). Sum of RGB (Red+Green+Blue) = 252+17+71=340 (45% of max value = 765). Red value is 252 (98.83% from 255 or 74.12% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1147 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1147 is #03EEB8. Grayscale: #5D5D5D. Windows color (decimal): -257721 or 4657660. OLE color: 4657660.

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

Color convert

RGB 252 17 71 -
CMYK 0 0.93 0.72 0.01
HSL 346.21º 0.98% 0.53% -
HSV(B) 346.21º 0.93% 0.99% -
XYZ 41.48 21.55 7.93 -
YUV 93.42 115.36 241.11 -
System Red Green Blue C M Y K H S L
Decimal 252 17 71 0 0.93 0.72 0.01 346.21 0.98 0.53
Hex FC 11 47 0 5D 48 1 15A 62 35
Octal 374 21 107 0 135 110 1 532 142 65
Binary 11111100 10001 1000111 0 1011101 1001000 1 101011010 1100010 110101

Color Harmonies of #FC1147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1147

Black with #FC1147

Text Example


Text Example

White with #FC1147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1147; }

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

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

background-color css

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

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

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

border-color css

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

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

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