#fd0447

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

Shades of Torch Red #FD0447

Tints of Torch Red #FD0447

Color information

#FD0447 (or 0xFD0447) is unknown color: approx Torch Red. HEX triplet: FD, 04 and 47. RGB value is (253,4,71). Sum of RGB (Red+Green+Blue) = 253+4+71=328 (43% of max value = 765). Red value is 253 (99.22% from 255 or 77.13% from 328); Green value is 4 (1.95% from 255 or 1.22% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0447 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FD0447 is #02FBB8. Grayscale: #565656. Windows color (decimal): -195513 or 4654333. OLE color: 4654333.

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

Color convert

RGB253471-
CMYK00.980.720.01
HSL343.86º98.42%50.39%-
HSV(B)343.86º98.42%99.22%-
XYZ41.6921.427.9-
YUV86.09119.49247.05-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 77.13%
GREEN value IS 4 (1.95% from 255) = 1.22%
BLUE value IS 71 (28.12% from 255) = 21.65%
R=77.13%
G=1.22%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25347100.980.720.01343.8698.4250.39
HexFD4470624811586232
Octal37541070142110153014262
Binary11111101100100011101100010100100011010110001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fd0447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fd0447; }

 p { color: rgb(253,4,71); }

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

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

 a { background-color: rgb(253,4,71); }

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

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

 span { border-color: rgb(253,4,71); }

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