#F50E23

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

Shades of Torch Red #F50E23

Tints of Torch Red #F50E23

Color information

#F50E23 (or 0xF50E23) is unknown color: approx Torch Red. HEX triplet: F5, 0E and 23. RGB value is (245,14,35). Sum of RGB (Red+Green+Blue) = 245+14+35=294 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.33% from 294); Green value is 14 (5.86% from 255 or 4.76% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 245 - color contains mainly: red. Hex color #F50E23 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50E23 is #0AF1DC. Grayscale: #555555. Windows color (decimal): -717277 or 2297589. OLE color: 2297589.

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

Color convert

RGB2451435-
CMYK00.940.860.04
HSL354.55º92.03%50.78%-
HSV(B)354.55º94.29%96.08%-
XYZ38.1219.853.41-
YUV85.4699.53241.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 83.33%
GREEN value IS 14 (5.86% from 255) = 4.76%
BLUE value IS 35 (14.06% from 255) = 11.90%
R=83.33%
G=4.76%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245143500.940.860.04354.5592.0350.78
HexF5E2305E5641635c33
Octal36516430136126454313463
Binary1111010111101000110101111010101101001011000111011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F50E23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F50E23; }

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

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

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

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

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

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

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

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