#F5013E

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

Shades of Torch Red #F5013E

Tints of Torch Red #F5013E

Color information

#F5013E (or 0xF5013E) is unknown color: approx Torch Red. HEX triplet: F5, 01 and 3E. RGB value is (245,1,62). Sum of RGB (Red+Green+Blue) = 245+1+62=308 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.55% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 245 - color contains mainly: red. Hex color #F5013E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5013E is #0AFEC1. Grayscale: #505050. Windows color (decimal): -720578 or 4063733. OLE color: 4063733.

HSL color Cylindrical-coordinate representation of color #F5013E: hue angle of 345º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5013E is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB245162-
CMYK01.000.750.04
HSL345º99.19%48.24%-
HSV(B)345º99.59%96.08%-
XYZ38.5419.786.34-
YUV80.91117.34245.04-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 79.55%
GREEN value IS 1 (0.78% from 255) = 0.32%
BLUE value IS 62 (24.61% from 255) = 20.13%
R=79.55%
G=0.32%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516201.000.750.0434599.1948.24
HexF513E0644B41596330
Octal3651760144113453114360
Binary1111010111111100110010010010111001010110011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5013E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5013E; }

 p { color: rgb(245,1,62); }

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

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

 a { background-color: rgb(245,1,62); }

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

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

 span { border-color: rgb(245,1,62); }

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