#F10A20

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

Shades of Torch Red #F10A20

Tints of Torch Red #F10A20

Color information

#F10A20 (or 0xF10A20) is unknown color: approx Torch Red. HEX triplet: F1, 0A and 20. RGB value is (241,10,32). Sum of RGB (Red+Green+Blue) = 241+10+32=283 (37% of max value = 765). Red value is 241 (94.53% from 255 or 85.16% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 241 - color contains mainly: red. Hex color #F10A20 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F10A20 is #0EF5DF. Grayscale: #515151. Windows color (decimal): -980448 or 2099953. OLE color: 2099953.

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

Color convert

RGB2411032-
CMYK00.960.870.05
HSL354.29º92.03%49.22%-
HSV(B)354.29º95.85%94.51%-
XYZ36.6419.023.11-
YUV81.58100.03241.71-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 85.16%
GREEN value IS 10 (4.30% from 255) = 3.53%
BLUE value IS 32 (12.89% from 255) = 11.31%
R=85.16%
G=3.53%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal241103200.960.870.05354.2992.0349.22
HexF1A200605751625c31
Octal36112400140127554213461
Binary1111000110101000000110000010101111011011000101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F10A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F10A20; }

 p { color: rgb(241,10,32); }

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

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

 a { background-color: rgb(241,10,32); }

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

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

 span { border-color: rgb(241,10,32); }

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