Html Css Color HEX #F7012D Torch Red

📋 copy color: '#F7012D'

red 247 ◦ green 1 ◦ blue 45

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

Shades of Torch Red #F7012D

Tints of Torch Red #F7012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.36%

R = 84.3%
G = 0.34%
B = 15.36%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7012D (or 0xF7012D) is known color: Torch Red. HEX triplet: F7, 01 and 2D. RGB value is (247,1,45). Sum of RGB (Red+Green+Blue) = 247+1+45=293 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.30% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 247 - color contains mainly: red. Hex color #F7012D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7012D is #08FED2. Grayscale: #4F4F4F. Windows color (decimal): -589523 or 2949623. OLE color: 2949623.

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

Color convert

RGB 247 1 45 -
CMYK 0 1.00 0.82 0.03
HSL 349.27º 0.99% 0.49% -
HSV(B) 349.27º 1% 0.97% -
XYZ 38.84 19.99 4.29 -
YUV 79.57 108.5 247.42 -
System Red Green Blue C M Y K H S L
Decimal 247 1 45 0 1.00 0.82 0.03 349.27 0.99 0.49
Hex F7 1 2D 0 64 52 3 15D 63 31
Octal 367 1 55 0 144 122 3 535 143 61
Binary 11110111 1 101101 0 1100100 1010010 11 101011101 1100011 110001

Color Harmonies of #F7012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7012D

Black with #F7012D

Text Example


Text Example

White with #F7012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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