Html Css Color HEX #F50939 Torch Red

📋 copy color: '#F50939'

red 245 ◦ green 9 ◦ blue 57

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

Shades of Torch Red #F50939

Tints of Torch Red #F50939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 18.33%

R = 78.78%
G = 2.89%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.77

 K value IS 0.04

RGB Variations

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

Color information

#F50939 (or 0xF50939) is known color: Torch Red. HEX triplet: F5, 09 and 39. RGB value is (245,9,57). Sum of RGB (Red+Green+Blue) = 245+9+57=311 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.78% from 311); Green value is 9 (3.91% from 255 or 2.89% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 245 - color contains mainly: red. Hex color #F50939 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50939 is #0AF6C6. Grayscale: #555555. Windows color (decimal): -718535 or 3738101. OLE color: 3738101.

HSL color Cylindrical-coordinate representation of color #F50939: hue angle of 347.8º 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 #F50939 is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 9 57 -
CMYK 0 0.96 0.77 0.04
HSL 347.8º 0.93% 0.5% -
HSV(B) 347.8º 0.96% 0.96% -
XYZ 38.49 19.9 5.68 -
YUV 85.04 112.19 242.1 -
System Red Green Blue C M Y K H S L
Decimal 245 9 57 0 0.96 0.77 0.04 347.8 0.93 0.5
Hex F5 9 39 0 60 4D 4 15C 5D 32
Octal 365 11 71 0 140 115 4 534 135 62
Binary 11110101 1001 111001 0 1100000 1001101 100 101011100 1011101 110010

Color Harmonies of #F50939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50939

Black with #F50939

Text Example


Text Example

White with #F50939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50939; }

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

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

background-color css

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

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

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

border-color css

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

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

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