Html Css Color HEX #FC113E Torch Red

📋 copy color: '#FC113E'

red 252 ◦ green 17 ◦ blue 62

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

Shades of Torch Red #FC113E

Tints of Torch Red #FC113E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 18.73%

R = 76.13%
G = 5.14%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC113E (or 0xFC113E) is known color: Torch Red. HEX triplet: FC, 11 and 3E. RGB value is (252,17,62). Sum of RGB (Red+Green+Blue) = 252+17+62=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC113E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC113E is #03EEC1. Grayscale: #5C5C5C. Windows color (decimal): -257730 or 4067836. OLE color: 4067836.

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

Color convert

RGB 252 17 62 -
CMYK 0 0.93 0.75 0.01
HSL 348.51º 0.98% 0.53% -
HSV(B) 348.51º 0.93% 0.99% -
XYZ 41.21 21.44 6.52 -
YUV 92.4 110.86 241.84 -
System Red Green Blue C M Y K H S L
Decimal 252 17 62 0 0.93 0.75 0.01 348.51 0.98 0.53
Hex FC 11 3E 0 5D 4B 1 15D 62 35
Octal 374 21 76 0 135 113 1 535 142 65
Binary 11111100 10001 111110 0 1011101 1001011 1 101011101 1100010 110101

Color Harmonies of #FC113E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC113E

Black with #FC113E

Text Example


Text Example

White with #FC113E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC113E; }

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

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

background-color css

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

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

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

border-color css

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

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

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