Html Css Color HEX #FC113C Torch Red

📋 copy color: '#FC113C'

red 252 ◦ green 17 ◦ blue 60

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

Shades of Torch Red #FC113C

Tints of Torch Red #FC113C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 76.6%
G = 5.17%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.01

RGB Variations

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

Color information

#FC113C (or 0xFC113C) is known color: Torch Red. HEX triplet: FC, 11 and 3C. RGB value is (252,17,60). Sum of RGB (Red+Green+Blue) = 252+17+60=329 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.60% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 252 - color contains mainly: red. Hex color #FC113C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC113C is #03EEC3. Grayscale: #5C5C5C. Windows color (decimal): -257732 or 3936764. OLE color: 3936764.

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

Color convert

RGB 252 17 60 -
CMYK 0 0.93 0.76 0.01
HSL 349.02º 0.98% 0.53% -
HSV(B) 349.02º 0.93% 0.99% -
XYZ 41.16 21.42 6.24 -
YUV 92.17 109.86 242 -
System Red Green Blue C M Y K H S L
Decimal 252 17 60 0 0.93 0.76 0.01 349.02 0.98 0.53
Hex FC 11 3C 0 5D 4C 1 15D 62 35
Octal 374 21 74 0 135 114 1 535 142 65
Binary 11111100 10001 111100 0 1011101 1001100 1 101011101 1100010 110101

Color Harmonies of #FC113C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC113C

Black with #FC113C

Text Example


Text Example

White with #FC113C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC113C; }

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

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

background-color css

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

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

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

border-color css

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

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

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