Html Css Color HEX #F7013D Torch Red

📋 copy color: '#F7013D'

red 247 ◦ green 1 ◦ blue 61

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

Shades of Torch Red #F7013D

Tints of Torch Red #F7013D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.74%

R = 79.94%
G = 0.32%
B = 19.74%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F7013D (or 0xF7013D) is known color: Torch Red. HEX triplet: F7, 01 and 3D. RGB value is (247,1,61). Sum of RGB (Red+Green+Blue) = 247+1+61=309 (40% of max value = 765). Red value is 247 (96.88% from 255 or 79.94% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 247 - color contains mainly: red. Hex color #F7013D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7013D is #08FEC2. Grayscale: #515151. Windows color (decimal): -589507 or 3998199. OLE color: 3998199.

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

Color convert

RGB 247 1 61 -
CMYK 0 1.00 0.75 0.03
HSL 345.37º 0.99% 0.49% -
HSV(B) 345.37º 1% 0.97% -
XYZ 39.21 20.13 6.23 -
YUV 81.39 116.5 246.12 -
System Red Green Blue C M Y K H S L
Decimal 247 1 61 0 1.00 0.75 0.03 345.37 0.99 0.49
Hex F7 1 3D 0 64 4B 3 159 63 31
Octal 367 1 75 0 144 113 3 531 143 61
Binary 11110111 1 111101 0 1100100 1001011 11 101011001 1100011 110001

Color Harmonies of #F7013D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7013D

Black with #F7013D

Text Example


Text Example

White with #F7013D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7013D; }

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

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

background-color css

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

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

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

border-color css

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

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

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