Html Css Color HEX #F7002E Torch Red

📋 copy color: '#F7002E'

red 247 ◦ green 0 ◦ blue 46

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

Shades of Torch Red #F7002E

Tints of Torch Red #F7002E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.3%
G = 0%
B = 15.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#F7002E (or 0xF7002E) is known color: Torch Red. HEX triplet: F7, 00 and 2E. RGB value is (247,0,46). Sum of RGB (Red+Green+Blue) = 247+0+46=293 (38% of max value = 765). Red value is 247 (96.88% from 255 or 84.30% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 247 - color contains mainly: red. Hex color #F7002E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7002E is #08FFD1. Grayscale: #4F4F4F. Windows color (decimal): -589778 or 3014903. OLE color: 3014903.

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

Color convert

RGB 247 0 46 -
CMYK 0 1 0.81 0.03
HSL 348.83º 1% 0.48% -
HSV(B) 348.83º 1% 0.97% -
XYZ 38.85 19.97 4.39 -
YUV 79.1 109.33 247.76 -
System Red Green Blue C M Y K H S L
Decimal 247 0 46 0 1 0.81 0.03 348.83 1 0.48
Hex F7 0 2E 0 64 51 3 15D 64 30
Octal 367 0 56 0 144 121 3 535 144 60
Binary 11110111 0 101110 0 1100100 1010001 11 101011101 1100100 110000

Color Harmonies of #F7002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7002E

Black with #F7002E

Text Example


Text Example

White with #F7002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7002E; }

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

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

background-color css

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

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

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

border-color css

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

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

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