#F11315

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

Shades of Torch Red #F11315

Tints of Torch Red #F11315

Color information

#F11315 (or 0xF11315) is unknown color: approx Torch Red. HEX triplet: F1, 13 and 15. RGB value is (241,19,21). Sum of RGB (Red+Green+Blue) = 241+19+21=281 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.77% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 241 - color contains mainly: red. Hex color #F11315 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F11315 is #0EECEA. Grayscale: #555555. Windows color (decimal): -978155 or 1381361. OLE color: 1381361.

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

Color convert

RGB2411921-
CMYK00.920.910.05
HSL359.46º88.8%50.98%-
HSV(B)359.46º92.12%94.51%-
XYZ36.6419.222.49-
YUV85.6191.55238.84-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 85.77%
GREEN value IS 19 (7.81% from 255) = 6.76%
BLUE value IS 21 (8.59% from 255) = 7.47%
R=85.77%
G=6.76%
B=7.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241192100.920.910.05359.4688.850.98
HexF1131505C5B51675933
Octal36123250134133554713163
Binary1111000110011101010101110010110111011011001111011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11315; }

 p { color: rgb(241,19,21); }

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

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

 a { background-color: rgb(241,19,21); }

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

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

 span { border-color: rgb(241,19,21); }

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