Html Css Color HEX #F7012E Torch Red

📋 copy color: '#F7012E'

red 247 ◦ green 1 ◦ blue 46

#F7012E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torch Red #F7012E

Tints of Torch Red #F7012E

RGB

 RED value IS 247 (96.88% from 255) = 84.01%

 GREEN value IS 1 (0.78% from 255) = 0.34%

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 84.01%
G = 0.34%
B = 15.65%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7012E (or 0xF7012E) is known color: Torch Red. HEX triplet: F7, 01 and 2E. RGB value is (247,1,46). Sum of RGB (Red+Green+Blue) = 247+1+46=294 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.01% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 247 - color contains mainly: red. Hex color #F7012E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7012E is #08FED1. Grayscale: #4F4F4F. Windows color (decimal): -589522 or 3015159. OLE color: 3015159.

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

Color convert

RGB 247 1 46 -
CMYK 0 1.00 0.81 0.03
HSL 349.02º 0.99% 0.49% -
HSV(B) 349.02º 1% 0.97% -
XYZ 38.86 19.99 4.4 -
YUV 79.68 109 247.34 -
System Red Green Blue C M Y K H S L
Decimal 247 1 46 0 1.00 0.81 0.03 349.02 0.99 0.49
Hex F7 1 2E 0 64 51 3 15D 63 31
Octal 367 1 56 0 144 121 3 535 143 61
Binary 11110111 1 101110 0 1100100 1010001 11 101011101 1100011 110001

Color Harmonies of #F7012E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7012E

Black with #F7012E

Text Example


Text Example

White with #F7012E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7012E; }

 p { color: rgb(247,1,46); }

 H1.HeaderClassName
 {
   color: #F7012E;
 }
 .AnyTagClassName
 {
   color: #F7012E;
 }
</style>

background-color css

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

 a { background-color: rgb(247,1,46); }

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

border-color css

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

 span { border-color: rgb(247,1,46); }

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