#F51E26

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

Shades of Torch Red #F51E26

Tints of Torch Red #F51E26

Color information

#F51E26 (or 0xF51E26) is unknown color: approx Torch Red. HEX triplet: F5, 1E and 26. RGB value is (245,30,38). Sum of RGB (Red+Green+Blue) = 245+30+38=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 38 (15.23% from 255 or 12.14% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F51E26 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F51E26 is #0AE1D9. Grayscale: #5F5F5F. Windows color (decimal): -713178 or 2498293. OLE color: 2498293.

HSL color Cylindrical-coordinate representation of color #F51E26: hue angle of 357.77º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F51E26 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB2453038-
CMYK00.880.840.04
HSL357.77º91.49%53.92%-
HSV(B)357.77º87.76%96.08%-
XYZ38.4720.483.76-
YUV95.295.73234.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 78.27%
GREEN value IS 30 (12.11% from 255) = 9.58%
BLUE value IS 38 (15.23% from 255) = 12.14%
R=78.27%
G=9.58%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245303800.880.840.04357.7791.4953.92
HexF51E260585441665b36
Octal36536460130124454613366
Binary11110101111101001100101100010101001001011001101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F51E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F51E26; }

 p { color: rgb(245,30,38); }

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

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

 a { background-color: rgb(245,30,38); }

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

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

 span { border-color: rgb(245,30,38); }

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