#F5141F

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

Shades of Torch Red #F5141F

Tints of Torch Red #F5141F

Color information

#F5141F (or 0xF5141F) is unknown color: approx Torch Red. HEX triplet: F5, 14 and 1F. RGB value is (245,20,31). Sum of RGB (Red+Green+Blue) = 245+20+31=296 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.77% from 296); Green value is 20 (8.20% from 255 or 6.76% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 245 - color contains mainly: red. Hex color #F5141F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5141F is #0AEBE0. Grayscale: #585858. Windows color (decimal): -715745 or 2036981. OLE color: 2036981.

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

Color convert

RGB2452031-
CMYK00.920.870.04
HSL357.07º91.84%51.96%-
HSV(B)357.07º91.84%96.08%-
XYZ38.1520.013.15-
YUV88.5395.54239.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 82.77%
GREEN value IS 20 (8.20% from 255) = 6.76%
BLUE value IS 31 (12.5% from 255) = 10.47%
R=82.77%
G=6.76%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245203100.920.870.04357.0791.8451.96
HexF5141F05C5741655c34
Octal36524370134127454513464
Binary1111010110100111110101110010101111001011001011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5141F; }

 p { color: rgb(245,20,31); }

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

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

 a { background-color: rgb(245,20,31); }

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

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

 span { border-color: rgb(245,20,31); }

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