#FC0007

Color #FC0007 Torch Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Torch Red #FC0007

Tints of Torch Red #FC0007

Color information

#FC0007 (or 0xFC0007) is unknown color: approx Torch Red. HEX triplet: FC, 00 and 07. RGB value is (252,0,7). Sum of RGB (Red+Green+Blue) = 252+0+7=259 (34% of max value = 765). Red value is 252 (98.83% from 255 or 97.30% from 259); Green value is 0 (0.39% from 255 or 0% from 259); Blue value is 7 (3.12% from 255 or 2.70% from 259); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0007 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC0007 is #03FFF8. Grayscale: #4C4C4C. Windows color (decimal): -262137 or 459004. OLE color: 459004.

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

Color convert

RGB25207-
CMYK010.970.01
HSL358.33º100%49.41%-
HSV(B)358.33º100%98.82%-
XYZ40.1820.712.08-
YUV76.1588.99253.43-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 97.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 2.70%
R=97.30%
G=0%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.97
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25207010.970.01358.3310049.41
HexFC070646111666431
Octal374070144141154614461
Binary11111100011101100100110000111011001101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC0007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC0007; }

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

 H1.HeaderClassName
 {
   color: #FC0007;
 }
 .AnyTagClassName
 {
   color: #FC0007;
 }
</style>
background-color css

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

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

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

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

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

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