Html Css Color HEX #FC0110 Torch Red

📋 copy color: '#FC0110'

red 252 ◦ green 1 ◦ blue 16

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

Shades of Torch Red #FC0110

Tints of Torch Red #FC0110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 93.68%
G = 0.37%
B = 5.95%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#FC0110 (or 0xFC0110) is known color: Torch Red. HEX triplet: FC, 01 and 10. RGB value is (252,1,16). Sum of RGB (Red+Green+Blue) = 252+1+16=269 (35% of max value = 765). Red value is 252 (98.83% from 255 or 93.68% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0110 is #03FEEF. Grayscale: #4D4D4D. Windows color (decimal): -261872 or 1049084. OLE color: 1049084.

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

Color convert

RGB 252 1 16 -
CMYK 0 1.00 0.94 0.01
HSL 356.41º 0.99% 0.5% -
HSV(B) 356.41º 1% 0.99% -
XYZ 40.25 20.75 2.37 -
YUV 77.76 93.16 252.28 -
System Red Green Blue C M Y K H S L
Decimal 252 1 16 0 1.00 0.94 0.01 356.41 0.99 0.5
Hex FC 1 10 0 64 5E 1 164 63 32
Octal 374 1 20 0 144 136 1 544 143 62
Binary 11111100 1 10000 0 1100100 1011110 1 101100100 1100011 110010

Color Harmonies of #FC0110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0110

Black with #FC0110

Text Example


Text Example

White with #FC0110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0110; }

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

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

background-color css

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

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

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

border-color css

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

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

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