Html Css Color HEX #FC1E47 Torch Red

📋 copy color: '#FC1E47'

red 252 ◦ green 30 ◦ blue 71

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

Shades of Torch Red #FC1E47

Tints of Torch Red #FC1E47

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.5%

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

R = 71.39%
G = 8.5%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.01

RGB Variations

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

Color information

#FC1E47 (or 0xFC1E47) is known color: Torch Red. HEX triplet: FC, 1E and 47. RGB value is (252,30,71). Sum of RGB (Red+Green+Blue) = 252+30+71=353 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.39% from 353); Green value is 30 (12.11% from 255 or 8.50% from 353); Blue value is 71 (28.12% from 255 or 20.11% from 353); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1E47 is #03E1B8. Grayscale: #656565. Windows color (decimal): -254393 or 4660988. OLE color: 4660988.

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

Color convert

RGB 252 30 71 -
CMYK 0 0.88 0.72 0.01
HSL 348.92º 0.97% 0.55% -
HSV(B) 348.92º 0.88% 0.99% -
XYZ 41.75 22.08 8.02 -
YUV 101.05 111.05 235.67 -
System Red Green Blue C M Y K H S L
Decimal 252 30 71 0 0.88 0.72 0.01 348.92 0.97 0.55
Hex FC 1E 47 0 58 48 1 15D 61 37
Octal 374 36 107 0 130 110 1 535 141 67
Binary 11111100 11110 1000111 0 1011000 1001000 1 101011101 1100001 110111

Color Harmonies of #FC1E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E47

Black with #FC1E47

Text Example


Text Example

White with #FC1E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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