#f20511

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

Shades of Torch Red #F20511

Tints of Torch Red #F20511

Color information

#F20511 (or 0xF20511) is unknown color: approx Torch Red. HEX triplet: F2, 05 and 11. RGB value is (242,5,17). Sum of RGB (Red+Green+Blue) = 242+5+17=264 (34% of max value = 765). Red value is 242 (94.92% from 255 or 91.67% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 242 - color contains mainly: red. Hex color #F20511 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20511 is #0DFAEE. Grayscale: #4D4D4D. Windows color (decimal): -916207 or 1115634. OLE color: 1115634.

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

Color convert

RGB242517-
CMYK00.980.930.05
HSL356.96º95.95%48.43%-
HSV(B)356.96º97.93%94.9%-
XYZ36.7719.032.26-
YUV77.2394.02245.52-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 91.67%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 17 (7.03% from 255) = 6.44%
R=91.67%
G=1.89%
B=6.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24251700.980.930.05356.9695.9548.43
HexF25110625D51656030
Octal3625210142135554514060
Binary11110010101100010110001010111011011011001011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f20511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f20511; }

 p { color: rgb(242,5,17); }

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

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

 a { background-color: rgb(242,5,17); }

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

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

 span { border-color: rgb(242,5,17); }

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