Html Css Color HEX #F50934 Torch Red

📋 copy color: '#F50934'

red 245 ◦ green 9 ◦ blue 52

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

Shades of Torch Red #F50934

Tints of Torch Red #F50934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.99%

R = 80.07%
G = 2.94%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F50934 (or 0xF50934) is known color: Torch Red. HEX triplet: F5, 09 and 34. RGB value is (245,9,52). Sum of RGB (Red+Green+Blue) = 245+9+52=306 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.07% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 245 - color contains mainly: red. Hex color #F50934 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50934 is #0AF6CB. Grayscale: #545454. Windows color (decimal): -718540 or 3410421. OLE color: 3410421.

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

Color convert

RGB 245 9 52 -
CMYK 0 0.96 0.79 0.04
HSL 349.07º 0.93% 0.5% -
HSV(B) 349.07º 0.96% 0.96% -
XYZ 38.37 19.86 5.06 -
YUV 84.47 109.69 242.5 -
System Red Green Blue C M Y K H S L
Decimal 245 9 52 0 0.96 0.79 0.04 349.07 0.93 0.5
Hex F5 9 34 0 60 4F 4 15D 5D 32
Octal 365 11 64 0 140 117 4 535 135 62
Binary 11110101 1001 110100 0 1100000 1001111 100 101011101 1011101 110010

Color Harmonies of #F50934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50934

Black with #F50934

Text Example


Text Example

White with #F50934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50934; }

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

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

background-color css

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

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

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

border-color css

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

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

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