Html Css Color HEX #F50134 Torch Red

📋 copy color: '#F50134'

red 245 ◦ green 1 ◦ blue 52

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

Shades of Torch Red #F50134

Tints of Torch Red #F50134

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.34%

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

R = 82.21%
G = 0.34%
B = 17.45%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.79

 K value IS 0.04

RGB Variations

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

Color information

#F50134 (or 0xF50134) is known color: Torch Red. HEX triplet: F5, 01 and 34. RGB value is (245,1,52). Sum of RGB (Red+Green+Blue) = 245+1+52=298 (39% of max value = 765). Red value is 245 (96.09% from 255 or 82.21% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 245 - color contains mainly: red. Hex color #F50134 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50134 is #0AFECB. Grayscale: #4F4F4F. Windows color (decimal): -720588 or 3408373. OLE color: 3408373.

HSL color Cylindrical-coordinate representation of color #F50134: hue angle of 347.46º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F50134 is Cyan = 0, Magento = 1.00, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 1 52 -
CMYK 0 1.00 0.79 0.04
HSL 347.46º 0.99% 0.48% -
HSV(B) 347.46º 1% 0.96% -
XYZ 38.29 19.68 5.03 -
YUV 79.77 112.34 245.85 -
System Red Green Blue C M Y K H S L
Decimal 245 1 52 0 1.00 0.79 0.04 347.46 0.99 0.48
Hex F5 1 34 0 64 4F 4 15B 63 30
Octal 365 1 64 0 144 117 4 533 143 60
Binary 11110101 1 110100 0 1100100 1001111 100 101011011 1100011 110000

Color Harmonies of #F50134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50134

Black with #F50134

Text Example


Text Example

White with #F50134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50134; }

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

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

background-color css

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

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

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

border-color css

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

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

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