Html Css Color HEX #FC113B Torch Red

📋 copy color: '#FC113B'

red 252 ◦ green 17 ◦ blue 59

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

Shades of Torch Red #FC113B

Tints of Torch Red #FC113B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.99%

R = 76.83%
G = 5.18%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.01

RGB Variations

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

Color information

#FC113B (or 0xFC113B) is known color: Torch Red. HEX triplet: FC, 11 and 3B. RGB value is (252,17,59). Sum of RGB (Red+Green+Blue) = 252+17+59=328 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.83% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 252 - color contains mainly: red. Hex color #FC113B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC113B is #03EEC4. Grayscale: #5C5C5C. Windows color (decimal): -257733 or 3871228. OLE color: 3871228.

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

Color convert

RGB 252 17 59 -
CMYK 0 0.93 0.77 0.01
HSL 349.28º 0.98% 0.53% -
HSV(B) 349.28º 0.93% 0.99% -
XYZ 41.13 21.41 6.1 -
YUV 92.05 109.36 242.08 -
System Red Green Blue C M Y K H S L
Decimal 252 17 59 0 0.93 0.77 0.01 349.28 0.98 0.53
Hex FC 11 3B 0 5D 4D 1 15D 62 35
Octal 374 21 73 0 135 115 1 535 142 65
Binary 11111100 10001 111011 0 1011101 1001101 1 101011101 1100010 110101

Color Harmonies of #FC113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC113B

Black with #FC113B

Text Example


Text Example

White with #FC113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC113B; }

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

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

background-color css

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

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

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

border-color css

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

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

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