Html Css Color HEX #F7012B Torch Red

📋 copy color: '#F7012B'

red 247 ◦ green 1 ◦ blue 43

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

Shades of Torch Red #F7012B

Tints of Torch Red #F7012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.78%

R = 84.88%
G = 0.34%
B = 14.78%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#F7012B (or 0xF7012B) is known color: Torch Red. HEX triplet: F7, 01 and 2B. RGB value is (247,1,43). Sum of RGB (Red+Green+Blue) = 247+1+43=291 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.88% from 291); Green value is 1 (0.78% from 255 or 0.34% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 247 - color contains mainly: red. Hex color #F7012B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7012B is #08FED4. Grayscale: #4F4F4F. Windows color (decimal): -589525 or 2818551. OLE color: 2818551.

HSL color Cylindrical-coordinate representation of color #F7012B: hue angle of 349.76º 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 #F7012B is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 1 43 -
CMYK 0 1.00 0.83 0.03
HSL 349.76º 0.99% 0.49% -
HSV(B) 349.76º 1% 0.97% -
XYZ 38.8 19.97 4.09 -
YUV 79.34 107.5 247.58 -
System Red Green Blue C M Y K H S L
Decimal 247 1 43 0 1.00 0.83 0.03 349.76 0.99 0.49
Hex F7 1 2B 0 64 53 3 15E 63 31
Octal 367 1 53 0 144 123 3 536 143 61
Binary 11110111 1 101011 0 1100100 1010011 11 101011110 1100011 110001

Color Harmonies of #F7012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7012B

Black with #F7012B

Text Example


Text Example

White with #F7012B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7012B; }

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

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

background-color css

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

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

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

border-color css

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

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

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