Html Css Color HEX #F50711 Torch Red

📋 copy color: '#F50711'

red 245 ◦ green 7 ◦ blue 17

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

Shades of Torch Red #F50711

Tints of Torch Red #F50711

RGB

 RED value IS 245 (96.09% from 255) = 91.08%

 GREEN value IS 7 (3.13% from 255) = 2.6%

 BLUE value IS 17 (7.03% from 255) = 6.32%

R = 91.08%
G = 2.6%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F50711 (or 0xF50711) is known color: Torch Red. HEX triplet: F5, 07 and 11. RGB value is (245,7,17). Sum of RGB (Red+Green+Blue) = 245+7+17=269 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.08% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 245 - color contains mainly: red. Hex color #F50711 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50711 is #0AF8EE. Grayscale: #4F4F4F. Windows color (decimal): -719087 or 1116149. OLE color: 1116149.

HSL color Cylindrical-coordinate representation of color #F50711: hue angle of 357.48º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F50711 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 7 17 -
CMYK 0 0.97 0.93 0.04
HSL 357.48º 0.94% 0.49% -
HSV(B) 357.48º 0.97% 0.96% -
XYZ 37.83 19.6 2.32 -
YUV 79.3 92.85 246.19 -
System Red Green Blue C M Y K H S L
Decimal 245 7 17 0 0.97 0.93 0.04 357.48 0.94 0.49
Hex F5 7 11 0 61 5D 4 165 5E 31
Octal 365 7 21 0 141 135 4 545 136 61
Binary 11110101 111 10001 0 1100001 1011101 100 101100101 1011110 110001

Color Harmonies of #F50711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50711

Black with #F50711

Text Example


Text Example

White with #F50711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50711; }

 p { color: rgb(245,7,17); }

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

background-color css

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

 a { background-color: rgb(245,7,17); }

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

border-color css

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

 span { border-color: rgb(245,7,17); }

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