Html Css Color HEX #FC0111 Torch Red

📋 copy color: '#FC0111'

red 252 ◦ green 1 ◦ blue 17

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

Shades of Torch Red #FC0111

Tints of Torch Red #FC0111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 17 (7.03% from 255) = 6.3%

R = 93.33%
G = 0.37%
B = 6.3%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FC0111 (or 0xFC0111) is known color: Torch Red. HEX triplet: FC, 01 and 11. RGB value is (252,1,17). Sum of RGB (Red+Green+Blue) = 252+1+17=270 (35% of max value = 765). Red value is 252 (98.83% from 255 or 93.33% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 17 (7.03% from 255 or 6.30% from 270); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0111 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0111 is #03FEEE. Grayscale: #4E4E4E. Windows color (decimal): -261871 or 1114620. OLE color: 1114620.

HSL color Cylindrical-coordinate representation of color #FC0111: hue angle of 356.18º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC0111 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 1 17 -
CMYK 0 1.00 0.93 0.01
HSL 356.18º 0.99% 0.5% -
HSV(B) 356.18º 1% 0.99% -
XYZ 40.26 20.76 2.42 -
YUV 77.87 93.66 252.2 -
System Red Green Blue C M Y K H S L
Decimal 252 1 17 0 1.00 0.93 0.01 356.18 0.99 0.5
Hex FC 1 11 0 64 5D 1 164 63 32
Octal 374 1 21 0 144 135 1 544 143 62
Binary 11111100 1 10001 0 1100100 1011101 1 101100100 1100011 110010

Color Harmonies of #FC0111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0111

Black with #FC0111

Text Example


Text Example

White with #FC0111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0111; }

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

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

background-color css

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

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

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

border-color css

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

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

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