Html Css Color HEX #F50920 Torch Red

📋 copy color: '#F50920'

red 245 ◦ green 9 ◦ blue 32

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

Shades of Torch Red #F50920

Tints of Torch Red #F50920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.15%

 BLUE value IS 32 (12.89% from 255) = 11.19%

R = 85.66%
G = 3.15%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F50920 (or 0xF50920) is known color: Torch Red. HEX triplet: F5, 09 and 20. RGB value is (245,9,32). Sum of RGB (Red+Green+Blue) = 245+9+32=286 (37% of max value = 765). Red value is 245 (96.09% from 255 or 85.66% from 286); Green value is 9 (3.91% from 255 or 3.15% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 245 - color contains mainly: red. Hex color #F50920 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50920 is #0AF6DF. Grayscale: #525252. Windows color (decimal): -718560 or 2099701. OLE color: 2099701.

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

Color convert

RGB 245 9 32 -
CMYK 0 0.96 0.87 0.04
HSL 354.15º 0.93% 0.5% -
HSV(B) 354.15º 0.96% 0.96% -
XYZ 38.01 19.71 3.17 -
YUV 82.19 99.69 244.13 -
System Red Green Blue C M Y K H S L
Decimal 245 9 32 0 0.96 0.87 0.04 354.15 0.93 0.5
Hex F5 9 20 0 60 57 4 162 5D 32
Octal 365 11 40 0 140 127 4 542 135 62
Binary 11110101 1001 100000 0 1100000 1010111 100 101100010 1011101 110010

Color Harmonies of #F50920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50920

Black with #F50920

Text Example


Text Example

White with #F50920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50920; }

 p { color: rgb(245,9,32); }

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

background-color css

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

 a { background-color: rgb(245,9,32); }

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

border-color css

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

 span { border-color: rgb(245,9,32); }

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