Html Css Color HEX #F7001F Torch Red

📋 copy color: '#F7001F'

red 247 ◦ green 0 ◦ blue 31

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

Shades of Torch Red #F7001F

Tints of Torch Red #F7001F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.15%

R = 88.85%
G = 0%
B = 11.15%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#F7001F (or 0xF7001F) is known color: Torch Red. HEX triplet: F7, 00 and 1F. RGB value is (247,0,31). Sum of RGB (Red+Green+Blue) = 247+0+31=278 (36% of max value = 765). Red value is 247 (96.88% from 255 or 88.85% from 278); Green value is 0 (0.39% from 255 or 0% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 247 - color contains mainly: red. Hex color #F7001F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F7001F is #08FFE0. Grayscale: #4D4D4D. Windows color (decimal): -589793 or 2031863. OLE color: 2031863.

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

Color convert

RGB 247 0 31 -
CMYK 0 1 0.87 0.03
HSL 352.47º 1% 0.48% -
HSV(B) 352.47º 1% 0.97% -
XYZ 38.61 19.87 3.1 -
YUV 77.39 101.83 248.98 -
System Red Green Blue C M Y K H S L
Decimal 247 0 31 0 1 0.87 0.03 352.47 1 0.48
Hex F7 0 1F 0 64 57 3 160 64 30
Octal 367 0 37 0 144 127 3 540 144 60
Binary 11110111 0 11111 0 1100100 1010111 11 101100000 1100100 110000

Color Harmonies of #F7001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7001F

Black with #F7001F

Text Example


Text Example

White with #F7001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7001F; }

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

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

background-color css

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

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

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

border-color css

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

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

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