#FF0045

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

Shades of Torch Red #FF0045

Tints of Torch Red #FF0045

Color information

#FF0045 (or 0xFF0045) is unknown color: approx Torch Red. HEX triplet: FF, 00 and 45. RGB value is (255,0,69). Sum of RGB (Red+Green+Blue) = 255+0+69=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 0 (0.39% from 255 or 0% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0045 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF0045 is #00FFBA. Grayscale: #545454. Windows color (decimal): -65467 or 4522239. OLE color: 4522239.

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

Color convert

RGB255069-
CMYK010.730
HSL343.76º100%50%-
HSV(B)343.76º100%100%-
XYZ42.3121.697.59-
YUV84.11119.48249.89-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 78.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 69 (27.34% from 255) = 21.30%
R=78.70%
G=0%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255069010.730343.7610050
HexFF0450644901586432
Octal37701050144111053014462
Binary111111110100010101100100100100101010110001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF0045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF0045; }

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

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

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

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

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

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

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

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