Html Css Color HEX #FC111F Torch Red

📋 copy color: '#FC111F'

red 252 ◦ green 17 ◦ blue 31

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

Shades of Torch Red #FC111F

Tints of Torch Red #FC111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.33%

R = 84%
G = 5.67%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC111F (or 0xFC111F) is known color: Torch Red. HEX triplet: FC, 11 and 1F. RGB value is (252,17,31). Sum of RGB (Red+Green+Blue) = 252+17+31=300 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 252 - color contains mainly: red. Hex color #FC111F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FC111F is #03EEE0. Grayscale: #595959. Windows color (decimal): -257761 or 2036220. OLE color: 2036220.

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

Color convert

RGB 252 17 31 -
CMYK 0 0.93 0.88 0.01
HSL 356.43º 0.98% 0.53% -
HSV(B) 356.43º 0.93% 0.99% -
XYZ 40.59 21.2 3.25 -
YUV 88.86 95.36 244.36 -
System Red Green Blue C M Y K H S L
Decimal 252 17 31 0 0.93 0.88 0.01 356.43 0.98 0.53
Hex FC 11 1F 0 5D 58 1 164 62 35
Octal 374 21 37 0 135 130 1 544 142 65
Binary 11111100 10001 11111 0 1011101 1011000 1 101100100 1100010 110101

Color Harmonies of #FC111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC111F

Black with #FC111F

Text Example


Text Example

White with #FC111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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