#F20A25

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

Shades of Torch Red #F20A25

Tints of Torch Red #F20A25

Color information

#F20A25 (or 0xF20A25) is unknown color: approx Torch Red. HEX triplet: F2, 0A and 25. RGB value is (242,10,37). Sum of RGB (Red+Green+Blue) = 242+10+37=289 (38% of max value = 765). Red value is 242 (94.92% from 255 or 83.74% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 242 - color contains mainly: red. Hex color #F20A25 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F20A25 is #0DF5DA. Grayscale: #525252. Windows color (decimal): -914907 or 2427634. OLE color: 2427634.

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

Color convert

RGB2421037-
CMYK00.960.850.05
HSL353.02º92.06%49.41%-
HSV(B)353.02º95.87%94.9%-
XYZ37.0619.233.51-
YUV82.45102.36241.8-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 83.74%
GREEN value IS 10 (4.30% from 255) = 3.46%
BLUE value IS 37 (14.84% from 255) = 12.80%
R=83.74%
G=3.46%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal242103700.960.850.05353.0292.0649.41
HexF2A250605551615c31
Octal36212450140125554113461
Binary1111001010101001010110000010101011011011000011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F20A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F20A25; }

 p { color: rgb(242,10,37); }

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

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

 a { background-color: rgb(242,10,37); }

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

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

 span { border-color: rgb(242,10,37); }

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