#F7103A

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

Shades of Torch Red #F7103A

Tints of Torch Red #F7103A

Color information

#F7103A (or 0xF7103A) is unknown color: approx Torch Red. HEX triplet: F7, 10 and 3A. RGB value is (247,16,58). Sum of RGB (Red+Green+Blue) = 247+16+58=321 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.95% from 321); Green value is 16 (6.64% from 255 or 4.98% from 321); Blue value is 58 (23.05% from 255 or 18.07% from 321); Max value from RGB is 247 - color contains mainly: red. Hex color #F7103A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7103A is #08EFC5. Grayscale: #595959. Windows color (decimal): -585670 or 3805431. OLE color: 3805431.

HSL color Cylindrical-coordinate representation of color #F7103A: hue angle of 349.09º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F7103A is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.03.

Color convert

RGB2471658-
CMYK00.940.770.03
HSL349.09º93.52%51.57%-
HSV(B)349.09º93.52%96.86%-
XYZ39.3120.455.88-
YUV89.86110.03240.08-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 76.95%
GREEN value IS 16 (6.64% from 255) = 4.98%
BLUE value IS 58 (23.05% from 255) = 18.07%
R=76.95%
G=4.98%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247165800.940.770.03349.0993.5251.57
HexF7103A05E4D315d5e34
Octal36720720136115353513664
Binary1111011110000111010010111101001101111010111011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7103A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7103A; }

 p { color: rgb(247,16,58); }

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

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

 a { background-color: rgb(247,16,58); }

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

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

 span { border-color: rgb(247,16,58); }

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