#F10F17

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

Shades of Torch Red #F10F17

Tints of Torch Red #F10F17

Color information

#F10F17 (or 0xF10F17) is unknown color: approx Torch Red. HEX triplet: F1, 0F and 17. RGB value is (241,15,23). Sum of RGB (Red+Green+Blue) = 241+15+23=279 (36% of max value = 765). Red value is 241 (94.53% from 255 or 86.38% from 279); Green value is 15 (6.25% from 255 or 5.38% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 241 - color contains mainly: red. Hex color #F10F17 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F10F17 is #0EF0E8. Grayscale: #535353. Windows color (decimal): -979177 or 1511409. OLE color: 1511409.

HSL color Cylindrical-coordinate representation of color #F10F17: hue angle of 357.88º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F10F17 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB2411523-
CMYK00.940.900.05
HSL357.88º88.98%50.2%-
HSV(B)357.88º93.78%94.51%-
XYZ36.619.12.57-
YUV83.4993.87240.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 86.38%
GREEN value IS 15 (6.25% from 255) = 5.38%
BLUE value IS 23 (9.38% from 255) = 8.24%
R=86.38%
G=5.38%
B=8.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241152300.940.900.05357.8888.9850.2
HexF1F1705E5A51665932
Octal36117270136132554613162
Binary111100011111101110101111010110101011011001101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10F17; }

 p { color: rgb(241,15,23); }

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

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

 a { background-color: rgb(241,15,23); }

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

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

 span { border-color: rgb(241,15,23); }

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