Html Css Color HEX #FC0001 Torch Red

📋 copy color: '#FC0001'

red 252 ◦ green 0 ◦ blue 1

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

Shades of Torch Red #FC0001

Tints of Torch Red #FC0001

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 99.6%
G = 0%
B = 0.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FC0001 (or 0xFC0001) is known color: Torch Red. HEX triplet: FC, 00 and 01. RGB value is (252,0,1). Sum of RGB (Red+Green+Blue) = 252+0+1=253 (33% of max value = 765). Red value is 252 (98.83% from 255 or 99.60% from 253); Green value is 0 (0.39% from 255 or 0% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0001 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0001 is #03FFFE. Grayscale: #4B4B4B. Windows color (decimal): -262143 or 65788. OLE color: 65788.

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

Color convert

RGB 252 0 1 -
CMYK 0 1 1.00 0.01
HSL 359.76º 1% 0.49% -
HSV(B) 359.76º 1% 0.99% -
XYZ 40.15 20.7 1.91 -
YUV 75.46 85.99 253.92 -
System Red Green Blue C M Y K H S L
Decimal 252 0 1 0 1 1.00 0.01 359.76 1 0.49
Hex FC 0 1 0 64 64 1 168 64 31
Octal 374 0 1 0 144 144 1 550 144 61
Binary 11111100 0 1 0 1100100 1100100 1 101101000 1100100 110001

Color Harmonies of #FC0001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC0001

Black with #FC0001

Text Example


Text Example

White with #FC0001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC0001; }

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

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

background-color css

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

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

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

border-color css

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

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

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