Html Css Color HEX #F50829 Torch Red

📋 copy color: '#F50829'

red 245 ◦ green 8 ◦ blue 41

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

Shades of Torch Red #F50829

Tints of Torch Red #F50829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.72%

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

R = 83.33%
G = 2.72%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F50829 (or 0xF50829) is known color: Torch Red. HEX triplet: F5, 08 and 29. RGB value is (245,8,41). Sum of RGB (Red+Green+Blue) = 245+8+41=294 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.33% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 245 - color contains mainly: red. Hex color #F50829 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50829 is #0AF7D6. Grayscale: #525252. Windows color (decimal): -718807 or 2689269. OLE color: 2689269.

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

Color convert

RGB 245 8 41 -
CMYK 0 0.97 0.83 0.04
HSL 351.65º 0.94% 0.5% -
HSV(B) 351.65º 0.97% 0.96% -
XYZ 38.14 19.75 3.9 -
YUV 82.63 104.52 243.82 -
System Red Green Blue C M Y K H S L
Decimal 245 8 41 0 0.97 0.83 0.04 351.65 0.94 0.5
Hex F5 8 29 0 61 53 4 160 5E 32
Octal 365 10 51 0 141 123 4 540 136 62
Binary 11110101 1000 101001 0 1100001 1010011 100 101100000 1011110 110010

Color Harmonies of #F50829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50829

Black with #F50829

Text Example


Text Example

White with #F50829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50829; }

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

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

background-color css

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

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

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

border-color css

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

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

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