#F11935

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

Shades of Torch Red #F11935

Tints of Torch Red #F11935

Color information

#F11935 (or 0xF11935) is unknown color: approx Torch Red. HEX triplet: F1, 19 and 35. RGB value is (241,25,53). Sum of RGB (Red+Green+Blue) = 241+25+53=319 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.55% from 319); Green value is 25 (10.16% from 255 or 7.84% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 241 - color contains mainly: red. Hex color #F11935 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11935 is #0EE6CA. Grayscale: #5C5C5C. Windows color (decimal): -976587 or 3480049. OLE color: 3480049.

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

Color convert

RGB2412553-
CMYK00.900.780.05
HSL352.22º88.52%52.16%-
HSV(B)352.22º89.63%94.51%-
XYZ37.2719.655.2-
YUV92.78105.56233.72-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 75.55%
GREEN value IS 25 (10.16% from 255) = 7.84%
BLUE value IS 53 (21.09% from 255) = 16.61%
R=75.55%
G=7.84%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241255300.900.780.05352.2288.5252.16
HexF1193505A4E51605934
Octal36131650132116554013164
Binary11110001110011101010101101010011101011011000001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11935; }

 p { color: rgb(241,25,53); }

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

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

 a { background-color: rgb(241,25,53); }

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

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

 span { border-color: rgb(241,25,53); }

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