#F50E24

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

Shades of Torch Red #F50E24

Tints of Torch Red #F50E24

Color information

#F50E24 (or 0xF50E24) is unknown color: approx Torch Red. HEX triplet: F5, 0E and 24. RGB value is (245,14,36). Sum of RGB (Red+Green+Blue) = 245+14+36=295 (39% of max value = 765). Red value is 245 (96.09% from 255 or 83.05% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 245 - color contains mainly: red. Hex color #F50E24 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50E24 is #0AF1DB. Grayscale: #555555. Windows color (decimal): -717276 or 2363125. OLE color: 2363125.

HSL color Cylindrical-coordinate representation of color #F50E24: hue angle of 354.29º 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 #F50E24 is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB2451436-
CMYK00.940.850.04
HSL354.29º92.03%50.78%-
HSV(B)354.29º94.29%96.08%-
XYZ38.1319.853.49-
YUV85.58100.03241.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 83.05%
GREEN value IS 14 (5.86% from 255) = 4.75%
BLUE value IS 36 (14.45% from 255) = 12.20%
R=83.05%
G=4.75%
B=12.20%

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
Decimal245143600.940.850.04354.2992.0350.78
HexF5E2405E5541625c33
Octal36516440136125454213463
Binary1111010111101001000101111010101011001011000101011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50E24; }

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

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

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

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

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

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

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

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