#FC050D

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

Shades of Torch Red #FC050D

Tints of Torch Red #FC050D

Color information

#FC050D (or 0xFC050D) is unknown color: approx Torch Red. HEX triplet: FC, 05 and 0D. RGB value is (252,5,13). Sum of RGB (Red+Green+Blue) = 252+5+13=270 (35% of max value = 765). Red value is 252 (98.83% from 255 or 93.33% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 252 - color contains mainly: red. Hex color #FC050D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC050D is #03FAF2. Grayscale: #4F4F4F. Windows color (decimal): -260851 or 853500. OLE color: 853500.

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

Color convert

RGB252513-
CMYK00.980.950.01
HSL358.06º97.63%50.39%-
HSV(B)358.06º98.02%98.82%-
XYZ40.2720.832.28-
YUV79.7690.33250.85-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 93.33%
GREEN value IS 5 (2.34% from 255) = 1.85%
BLUE value IS 13 (5.47% from 255) = 4.81%
R=93.33%
G=1.85%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.95
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25251300.980.950.01358.0697.6350.39
HexFC5D0625F11666232
Octal3745150142137154614262
Binary11111100101110101100010101111111011001101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC050D; }

 p { color: rgb(252,5,13); }

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

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

 a { background-color: rgb(252,5,13); }

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

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

 span { border-color: rgb(252,5,13); }

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