#F50E25

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

Shades of Torch Red #F50E25

Tints of Torch Red #F50E25

Color information

#F50E25 (or 0xF50E25) is unknown color: approx Torch Red. HEX triplet: F5, 0E and 25. RGB value is (245,14,37). Sum of RGB (Red+Green+Blue) = 245+14+37=296 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.77% from 296); Green value is 14 (5.86% from 255 or 4.73% from 296); Blue value is 37 (14.84% from 255 or 12.5% from 296); Max value from RGB is 245 - color contains mainly: red. Hex color #F50E25 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50E25 is #0AF1DA. Grayscale: #555555. Windows color (decimal): -717275 or 2428661. OLE color: 2428661.

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

Color convert

RGB2451437-
CMYK00.940.850.04
HSL354.03º92.03%50.78%-
HSV(B)354.03º94.29%96.08%-
XYZ38.1519.863.57-
YUV85.69100.53241.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 82.77%
GREEN value IS 14 (5.86% from 255) = 4.73%
BLUE value IS 37 (14.84% from 255) = 12.5%
R=82.77%
G=4.73%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245143700.940.850.04354.0392.0350.78
HexF5E2505E5541625c33
Octal36516450136125454213463
Binary1111010111101001010101111010101011001011000101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50E25; }

 p { color: rgb(245,14,37); }

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

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

 a { background-color: rgb(245,14,37); }

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

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

 span { border-color: rgb(245,14,37); }

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