Html Css Color HEX #F50329 Torch Red

📋 copy color: '#F50329'

red 245 ◦ green 3 ◦ blue 41

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

Shades of Torch Red #F50329

Tints of Torch Red #F50329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.04%

 BLUE value IS 41 (16.41% from 255) = 14.19%

R = 84.78%
G = 1.04%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F50329 (or 0xF50329) is known color: Torch Red. HEX triplet: F5, 03 and 29. RGB value is (245,3,41). Sum of RGB (Red+Green+Blue) = 245+3+41=289 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.78% from 289); Green value is 3 (1.56% from 255 or 1.04% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 245 - color contains mainly: red. Hex color #F50329 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50329 is #0AFCD6. Grayscale: #4F4F4F. Windows color (decimal): -720087 or 2687989. OLE color: 2687989.

HSL color Cylindrical-coordinate representation of color #F50329: hue angle of 350.58º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F50329 is Cyan = 0, Magento = 0.99, Yellow = 0.83 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 3 41 -
CMYK 0 0.99 0.83 0.04
HSL 350.58º 0.98% 0.49% -
HSV(B) 350.58º 0.99% 0.96% -
XYZ 38.09 19.64 3.88 -
YUV 79.69 106.17 245.91 -
System Red Green Blue C M Y K H S L
Decimal 245 3 41 0 0.99 0.83 0.04 350.58 0.98 0.49
Hex F5 3 29 0 63 53 4 15F 62 31
Octal 365 3 51 0 143 123 4 537 142 61
Binary 11110101 11 101001 0 1100011 1010011 100 101011111 1100010 110001

Color Harmonies of #F50329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50329

Black with #F50329

Text Example


Text Example

White with #F50329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50329; }

 p { color: rgb(245,3,41); }

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

background-color css

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

 a { background-color: rgb(245,3,41); }

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

border-color css

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

 span { border-color: rgb(245,3,41); }

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