Html Css Color HEX #FC1141 Torch Red

📋 copy color: '#FC1141'

red 252 ◦ green 17 ◦ blue 65

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

Shades of Torch Red #FC1141

Tints of Torch Red #FC1141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.46%

R = 75.45%
G = 5.09%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC1141 (or 0xFC1141) is known color: Torch Red. HEX triplet: FC, 11 and 41. RGB value is (252,17,65). Sum of RGB (Red+Green+Blue) = 252+17+65=334 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.45% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1141 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC1141 is #03EEBE. Grayscale: #5C5C5C. Windows color (decimal): -257727 or 4264444. OLE color: 4264444.

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

Color convert

RGB 252 17 65 -
CMYK 0 0.93 0.74 0.01
HSL 347.74º 0.98% 0.53% -
HSV(B) 347.74º 0.93% 0.99% -
XYZ 41.3 21.48 6.97 -
YUV 92.74 112.36 241.6 -
System Red Green Blue C M Y K H S L
Decimal 252 17 65 0 0.93 0.74 0.01 347.74 0.98 0.53
Hex FC 11 41 0 5D 4A 1 15C 62 35
Octal 374 21 101 0 135 112 1 534 142 65
Binary 11111100 10001 1000001 0 1011101 1001010 1 101011100 1100010 110101

Color Harmonies of #FC1141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1141

Black with #FC1141

Text Example


Text Example

White with #FC1141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1141; }

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

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

background-color css

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

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

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

border-color css

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

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

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