Html Css Color HEX #F7003E Torch Red

📋 copy color: '#F7003E'

red 247 ◦ green 0 ◦ blue 62

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

Shades of Torch Red #F7003E

Tints of Torch Red #F7003E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.06%

R = 79.94%
G = 0%
B = 20.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#F7003E (or 0xF7003E) is known color: Torch Red. HEX triplet: F7, 00 and 3E. RGB value is (247,0,62). Sum of RGB (Red+Green+Blue) = 247+0+62=309 (40% of max value = 765). Red value is 247 (96.88% from 255 or 79.94% from 309); Green value is 0 (0.39% from 255 or 0% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 247 - color contains mainly: red. Hex color #F7003E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7003E is #08FFC1. Grayscale: #505050. Windows color (decimal): -589762 or 4063479. OLE color: 4063479.

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

Color convert

RGB 247 0 62 -
CMYK 0 1 0.75 0.03
HSL 344.94º 1% 0.48% -
HSV(B) 344.94º 1% 0.97% -
XYZ 39.23 20.12 6.37 -
YUV 80.92 117.33 246.46 -
System Red Green Blue C M Y K H S L
Decimal 247 0 62 0 1 0.75 0.03 344.94 1 0.48
Hex F7 0 3E 0 64 4B 3 159 64 30
Octal 367 0 76 0 144 113 3 531 144 60
Binary 11110111 0 111110 0 1100100 1001011 11 101011001 1100100 110000

Color Harmonies of #F7003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7003E

Black with #F7003E

Text Example


Text Example

White with #F7003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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