#F20510

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

Shades of Torch Red #F20510

Tints of Torch Red #F20510

Color information

#F20510 (or 0xF20510) is unknown color: approx Torch Red. HEX triplet: F2, 05 and 10. RGB value is (242,5,16). Sum of RGB (Red+Green+Blue) = 242+5+16=263 (34% of max value = 765). Red value is 242 (94.92% from 255 or 92.02% from 263); Green value is 5 (2.34% from 255 or 1.90% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 242 - color contains mainly: red. Hex color #F20510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F20510 is #0DFAEF. Grayscale: #4D4D4D. Windows color (decimal): -916208 or 1050098. OLE color: 1050098.

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

Color convert

RGB242516-
CMYK00.980.930.05
HSL357.22º95.95%48.43%-
HSV(B)357.22º97.93%94.9%-
XYZ36.7719.022.22-
YUV77.1293.52245.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 92.02%
GREEN value IS 5 (2.34% from 255) = 1.90%
BLUE value IS 16 (6.64% from 255) = 6.08%
R=92.02%
G=1.90%
B=6.08%

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
Decimal24251600.980.930.05357.2295.9548.43
HexF25100625D51656030
Octal3625200142135554514060
Binary11110010101100000110001010111011011011001011100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F20510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F20510; }

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

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

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

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

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

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

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

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