#F5182E

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

Shades of Torch Red #F5182E

Tints of Torch Red #F5182E

Color information

#F5182E (or 0xF5182E) is unknown color: approx Torch Red. HEX triplet: F5, 18 and 2E. RGB value is (245,24,46). Sum of RGB (Red+Green+Blue) = 245+24+46=315 (41% of max value = 765). Red value is 245 (96.09% from 255 or 77.78% from 315); Green value is 24 (9.77% from 255 or 7.62% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 245 - color contains mainly: red. Hex color #F5182E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5182E is #0AE7D1. Grayscale: #5C5C5C. Windows color (decimal): -714706 or 3021045. OLE color: 3021045.

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

Color convert

RGB2452446-
CMYK00.900.810.04
HSL354.03º91.7%52.75%-
HSV(B)354.03º90.2%96.08%-
XYZ38.4820.264.47-
YUV92.59101.72236.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 77.78%
GREEN value IS 24 (9.77% from 255) = 7.62%
BLUE value IS 46 (18.36% from 255) = 14.60%
R=77.78%
G=7.62%
B=14.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245244600.900.810.04354.0391.752.75
HexF5182E05A5141625c35
Octal36530560132121454213465
Binary11110101110001011100101101010100011001011000101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5182E; }

 p { color: rgb(245,24,46); }

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

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

 a { background-color: rgb(245,24,46); }

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

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

 span { border-color: rgb(245,24,46); }

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