Html Css Color HEX #FC1E3F Torch Red

📋 copy color: '#FC1E3F'

red 252 ◦ green 30 ◦ blue 63

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

Shades of Torch Red #FC1E3F

Tints of Torch Red #FC1E3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.26%

R = 73.04%
G = 8.7%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC1E3F (or 0xFC1E3F) is known color: Torch Red. HEX triplet: FC, 1E and 3F. RGB value is (252,30,63). Sum of RGB (Red+Green+Blue) = 252+30+63=345 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.04% from 345); Green value is 30 (12.11% from 255 or 8.70% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC1E3F is #03E1C0. Grayscale: #646464. Windows color (decimal): -254401 or 4136700. OLE color: 4136700.

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

Color convert

RGB 252 30 63 -
CMYK 0 0.88 0.75 0.01
HSL 351.08º 0.97% 0.55% -
HSV(B) 351.08º 0.88% 0.99% -
XYZ 41.51 21.98 6.76 -
YUV 100.14 107.05 236.32 -
System Red Green Blue C M Y K H S L
Decimal 252 30 63 0 0.88 0.75 0.01 351.08 0.97 0.55
Hex FC 1E 3F 0 58 4B 1 15F 61 37
Octal 374 36 77 0 130 113 1 537 141 67
Binary 11111100 11110 111111 0 1011000 1001011 1 101011111 1100001 110111

Color Harmonies of #FC1E3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC1E3F

Black with #FC1E3F

Text Example


Text Example

White with #FC1E3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC1E3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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