#FF0044

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

Shades of Torch Red #FF0044

Tints of Torch Red #FF0044

Color information

#FF0044 (or 0xFF0044) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 44. RGB value is (255,0,68). Sum of RGB (Red+Green+Blue) = 255+0+68=323 (42% of max value = 765). Red value is 255 (100% from 255 or 78.95% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0044 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0044 is #00FFBB. Grayscale: #535353. Windows color (decimal): -65468 or 4456703. OLE color: 4456703.

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

Color convert

RGB255068-
CMYK010.730
HSL344º100%50%-
HSV(B)344º100%100%-
XYZ42.2821.687.42-
YUV84118.98249.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 78.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 68 (26.95% from 255) = 21.05%
R=78.95%
G=0%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255068010.73034410050
HexFF0440644901586432
Octal37701040144111053014462
Binary111111110100010001100100100100101010110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0044; }

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

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

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

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

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

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

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

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