#F11025

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

Shades of Torch Red #F11025

Tints of Torch Red #F11025

Color information

#F11025 (or 0xF11025) is unknown color: approx Torch Red. HEX triplet: F1, 10 and 25. RGB value is (241,16,37). Sum of RGB (Red+Green+Blue) = 241+16+37=294 (38% of max value = 765). Red value is 241 (94.53% from 255 or 81.97% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 37 (14.84% from 255 or 12.59% from 294); Max value from RGB is 241 - color contains mainly: red. Hex color #F11025 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11025 is #0EEFDA. Grayscale: #555555. Windows color (decimal): -978907 or 2429169. OLE color: 2429169.

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

Color convert

RGB2411637-
CMYK00.930.850.05
HSL354.4º88.93%50.39%-
HSV(B)354.4º93.36%94.51%-
XYZ36.7919.23.52-
YUV85.67100.54238.79-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 81.97%
GREEN value IS 16 (6.64% from 255) = 5.44%
BLUE value IS 37 (14.84% from 255) = 12.59%
R=81.97%
G=5.44%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241163700.930.850.05354.488.9350.39
HexF1102505D5551625932
Octal36120450135125554213162
Binary11110001100001001010101110110101011011011000101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11025; }

 p { color: rgb(241,16,37); }

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

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

 a { background-color: rgb(241,16,37); }

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

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

 span { border-color: rgb(241,16,37); }

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