#FF0347

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

Shades of Torch Red #FF0347

Tints of Torch Red #FF0347

Color information

#FF0347 (or 0xFF0347) is unknown color: approx Torch Red. HEX triplet: FF, 03 and 47. RGB value is (255,3,71). Sum of RGB (Red+Green+Blue) = 255+3+71=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 3 (1.56% from 255 or 0.91% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0347 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0347 is #00FCB8. Grayscale: #565656. Windows color (decimal): -64697 or 4654079. OLE color: 4654079.

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

Color convert

RGB255371-
CMYK00.990.720
HSL343.81º100%50.59%-
HSV(B)343.81º98.82%100%-
XYZ42.4121.787.93-
YUV86.1119.49248.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 77.51%
GREEN value IS 3 (1.56% from 255) = 0.91%
BLUE value IS 71 (28.12% from 255) = 21.58%
R=77.51%
G=0.91%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25537100.990.720343.8110050.59
HexFF3470634801586433
Octal37731070143110053014463
Binary1111111111100011101100011100100001010110001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0347; }

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

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

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

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

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

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

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

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