#F00517

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

Shades of Torch Red #F00517

Tints of Torch Red #F00517

Color information

#F00517 (or 0xF00517) is unknown color: approx Torch Red. HEX triplet: F0, 05 and 17. RGB value is (240,5,23). Sum of RGB (Red+Green+Blue) = 240+5+23=268 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.55% from 268); Green value is 5 (2.34% from 255 or 1.87% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 240 - color contains mainly: red. Hex color #F00517 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00517 is #0FFAE8. Grayscale: #4D4D4D. Windows color (decimal): -1047273 or 1508848. OLE color: 1508848.

HSL color Cylindrical-coordinate representation of color #F00517: hue angle of 355.4º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F00517 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB240523-
CMYK00.980.900.06
HSL355.4º95.92%48.04%-
HSV(B)355.4º97.92%94.12%-
XYZ36.1418.72.51-
YUV77.3297.36244.04-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 89.55%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 23 (9.38% from 255) = 8.58%
R=89.55%
G=1.87%
B=8.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24052300.980.900.06355.495.9248.04
HexF05170625A61636030
Octal3605270142132654314060
Binary11110000101101110110001010110101101011000111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F00517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F00517; }

 p { color: rgb(240,5,23); }

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

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

 a { background-color: rgb(240,5,23); }

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

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

 span { border-color: rgb(240,5,23); }

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