#ff0047

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

Shades of Torch Red #FF0047

Tints of Torch Red #FF0047

Color information

#FF0047 (or 0xFF0047) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 47. RGB value is (255,0,71). Sum of RGB (Red+Green+Blue) = 255+0+71=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 0 (0.39% from 255 or 0% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0047 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0047 is #00FFB8. Grayscale: #545454. Windows color (decimal): -65465 or 4653311. OLE color: 4653311.

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

Color convert

RGB255071-
CMYK010.720
HSL343.29º100%50%-
HSV(B)343.29º100%100%-
XYZ42.3821.717.92-
YUV84.34120.48249.73-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 78.22%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 71 (28.12% from 255) = 21.78%
R=78.22%
G=0%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255071010.720343.2910050
HexFF0470644801576432
Octal37701070144110052714462
Binary111111110100011101100100100100001010101111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff0047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff0047; }

 p { color: rgb(255,0,71); }

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

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

 a { background-color: rgb(255,0,71); }

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

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

 span { border-color: rgb(255,0,71); }

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