Html Css Color HEX #F50424 Torch Red

📋 copy color: '#F50424'

red 245 ◦ green 4 ◦ blue 36

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

Shades of Torch Red #F50424

Tints of Torch Red #F50424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.4%

 BLUE value IS 36 (14.45% from 255) = 12.63%

R = 85.96%
G = 1.4%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F50424 (or 0xF50424) is known color: Torch Red. HEX triplet: F5, 04 and 24. RGB value is (245,4,36). Sum of RGB (Red+Green+Blue) = 245+4+36=285 (37% of max value = 765). Red value is 245 (96.09% from 255 or 85.96% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 245 - color contains mainly: red. Hex color #F50424 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50424 is #0AFBDB. Grayscale: #4F4F4F. Windows color (decimal): -719836 or 2360565. OLE color: 2360565.

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

Color convert

RGB 245 4 36 -
CMYK 0 0.98 0.85 0.04
HSL 352.03º 0.97% 0.49% -
HSV(B) 352.03º 0.98% 0.96% -
XYZ 38.02 19.63 3.45 -
YUV 79.71 103.34 245.9 -
System Red Green Blue C M Y K H S L
Decimal 245 4 36 0 0.98 0.85 0.04 352.03 0.97 0.49
Hex F5 4 24 0 62 55 4 160 61 31
Octal 365 4 44 0 142 125 4 540 141 61
Binary 11110101 100 100100 0 1100010 1010101 100 101100000 1100001 110001

Color Harmonies of #F50424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50424

Black with #F50424

Text Example


Text Example

White with #F50424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50424; }

 p { color: rgb(245,4,36); }

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

background-color css

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

 a { background-color: rgb(245,4,36); }

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

border-color css

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

 span { border-color: rgb(245,4,36); }

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