Html Css Color HEX #F50F14 Torch Red

📋 copy color: '#F50F14'

red 245 ◦ green 15 ◦ blue 20

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

Shades of Torch Red #F50F14

Tints of Torch Red #F50F14

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.36%

 BLUE value IS 20 (8.2% from 255) = 7.14%

R = 87.5%
G = 5.36%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F50F14 (or 0xF50F14) is known color: Torch Red. HEX triplet: F5, 0F and 14. RGB value is (245,15,20). Sum of RGB (Red+Green+Blue) = 245+15+20=280 (37% of max value = 765). Red value is 245 (96.09% from 255 or 87.5% from 280); Green value is 15 (6.25% from 255 or 5.36% from 280); Blue value is 20 (8.20% from 255 or 7.14% from 280); Max value from RGB is 245 - color contains mainly: red. Hex color #F50F14 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50F14 is #0AF0EB. Grayscale: #545454. Windows color (decimal): -717036 or 1314805. OLE color: 1314805.

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

Color convert

RGB 245 15 20 -
CMYK 0 0.94 0.92 0.04
HSL 358.7º 0.92% 0.51% -
HSV(B) 358.7º 0.94% 0.96% -
XYZ 37.95 19.8 2.48 -
YUV 84.34 91.7 242.59 -
System Red Green Blue C M Y K H S L
Decimal 245 15 20 0 0.94 0.92 0.04 358.7 0.92 0.51
Hex F5 F 14 0 5E 5C 4 167 5C 33
Octal 365 17 24 0 136 134 4 547 134 63
Binary 11110101 1111 10100 0 1011110 1011100 100 101100111 1011100 110011

Color Harmonies of #F50F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50F14

Black with #F50F14

Text Example


Text Example

White with #F50F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50F14; }

 p { color: rgb(245,15,20); }

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

background-color css

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

 a { background-color: rgb(245,15,20); }

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

border-color css

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

 span { border-color: rgb(245,15,20); }

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