#F7003E

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

Shades of Torch Red #F7003E

Tints of Torch Red #F7003E

Color information

#F7003E (or 0xF7003E) is unknown color: approx Torch Red. HEX triplet: F7, 00 and 3E. RGB value is (247,0,62). Sum of RGB (Red+Green+Blue) = 247+0+62=309 (40% of max value = 765). Red value is 247 (96.88% from 255 or 79.94% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 247 - color contains mainly: red. Hex color #F7003E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7003E is #08FFC1. Grayscale: #505050. Windows color (decimal): -589762 or 4063479. OLE color: 4063479.

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

Color convert

RGB247062-
CMYK010.750.03
HSL344.94º100%48.43%-
HSV(B)344.94º100%96.86%-
XYZ39.2320.126.37-
YUV80.92117.33246.46-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 79.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 20.06%
R=79.94%
G=0%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.75
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247062010.750.03344.9410048.43
HexF703E0644B31596430
Octal3670760144113353114460
Binary111101110111110011001001001011111010110011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7003E; }

 p { color: rgb(247,0,62); }

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

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

 a { background-color: rgb(247,0,62); }

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

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

 span { border-color: rgb(247,0,62); }

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