#F51D45

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

Shades of Torch Red #F51D45

Tints of Torch Red #F51D45

Color information

#F51D45 (or 0xF51D45) is unknown color: approx Torch Red. HEX triplet: F5, 1D and 45. RGB value is (245,29,69). Sum of RGB (Red+Green+Blue) = 245+29+69=343 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.43% from 343); Green value is 29 (11.72% from 255 or 8.45% from 343); Blue value is 69 (27.34% from 255 or 20.12% from 343); Max value from RGB is 245 - color contains mainly: red. Hex color #F51D45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51D45 is #0AE2BA. Grayscale: #626262. Windows color (decimal): -713403 or 4529653. OLE color: 4529653.

HSL color Cylindrical-coordinate representation of color #F51D45: hue angle of 348.89º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51D45 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB2452969-
CMYK00.880.720.04
HSL348.89º91.53%53.73%-
HSV(B)348.89º88.16%96.08%-
XYZ39.1720.727.57-
YUV98.14111.56232.75-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 71.43%
GREEN value IS 29 (11.72% from 255) = 8.45%
BLUE value IS 69 (27.34% from 255) = 20.12%
R=71.43%
G=8.45%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245296900.880.720.04348.8991.5353.73
HexF51D4505848415d5c36
Octal365351050130110453513466
Binary111101011110110001010101100010010001001010111011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51D45; }

 p { color: rgb(245,29,69); }

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

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

 a { background-color: rgb(245,29,69); }

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

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

 span { border-color: rgb(245,29,69); }

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