Html Css Color HEX #F70031 Torch Red

📋 copy color: '#F70031'

red 247 ◦ green 0 ◦ blue 49

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

Shades of Torch Red #F70031

Tints of Torch Red #F70031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.55%

R = 83.45%
G = 0%
B = 16.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.03

RGB Variations

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

Color information

#F70031 (or 0xF70031) is known color: Torch Red. HEX triplet: F7, 00 and 31. RGB value is (247,0,49). Sum of RGB (Red+Green+Blue) = 247+0+49=296 (39% of max value = 765). Red value is 247 (96.88% from 255 or 83.45% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 49 (19.53% from 255 or 16.55% from 296); Max value from RGB is 247 - color contains mainly: red. Hex color #F70031 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F70031 is #08FFCE. Grayscale: #4F4F4F. Windows color (decimal): -589775 or 3211511. OLE color: 3211511.

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

Color convert

RGB 247 0 49 -
CMYK 0 1 0.80 0.03
HSL 348.1º 1% 0.48% -
HSV(B) 348.1º 1% 0.97% -
XYZ 38.91 20 4.71 -
YUV 79.44 110.83 247.52 -
System Red Green Blue C M Y K H S L
Decimal 247 0 49 0 1 0.80 0.03 348.1 1 0.48
Hex F7 0 31 0 64 50 3 15C 64 30
Octal 367 0 61 0 144 120 3 534 144 60
Binary 11110111 0 110001 0 1100100 1010000 11 101011100 1100100 110000

Color Harmonies of #F70031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F70031

Black with #F70031

Text Example


Text Example

White with #F70031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F70031; }

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

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

background-color css

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

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

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

border-color css

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

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

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