#F11023

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

Shades of Torch Red #F11023

Tints of Torch Red #F11023

Color information

#F11023 (or 0xF11023) is unknown color: approx Torch Red. HEX triplet: F1, 10 and 23. RGB value is (241,16,35). Sum of RGB (Red+Green+Blue) = 241+16+35=292 (38% of max value = 765). Red value is 241 (94.53% from 255 or 82.53% from 292); Green value is 16 (6.64% from 255 or 5.48% from 292); Blue value is 35 (14.06% from 255 or 11.99% from 292); Max value from RGB is 241 - color contains mainly: red. Hex color #F11023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F11023 is #0EEFDC. Grayscale: #555555. Windows color (decimal): -978909 or 2298097. OLE color: 2298097.

HSL color Cylindrical-coordinate representation of color #F11023: hue angle of 354.93º 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 #F11023 is Cyan = 0, Magento = 0.93, Yellow = 0.85 and Black (K on CMYK) = 0.05.

Color convert

RGB2411635-
CMYK00.930.850.05
HSL354.93º88.93%50.39%-
HSV(B)354.93º93.36%94.51%-
XYZ36.7619.193.36-
YUV85.4499.54238.96-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 82.53%
GREEN value IS 16 (6.64% from 255) = 5.48%
BLUE value IS 35 (14.06% from 255) = 11.99%
R=82.53%
G=5.48%
B=11.99%

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
Decimal241163500.930.850.05354.9388.9350.39
HexF1102305D5551635932
Octal36120430135125554313162
Binary11110001100001000110101110110101011011011000111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F11023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F11023; }

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

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

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

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

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

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

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

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