Html Css Color HEX #F50418 Torch Red

📋 copy color: '#F50418'

red 245 ◦ green 4 ◦ blue 24

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

Shades of Torch Red #F50418

Tints of Torch Red #F50418

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.79%

R = 89.74%
G = 1.47%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F50418 (or 0xF50418) is known color: Torch Red. HEX triplet: F5, 04 and 18. RGB value is (245,4,24). Sum of RGB (Red+Green+Blue) = 245+4+24=273 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.74% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 245 - color contains mainly: red. Hex color #F50418 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50418 is #0AFBE7. Grayscale: #4E4E4E. Windows color (decimal): -719848 or 1574133. OLE color: 1574133.

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

Color convert

RGB 245 4 24 -
CMYK 0 0.98 0.90 0.04
HSL 355.02º 0.97% 0.49% -
HSV(B) 355.02º 0.98% 0.96% -
XYZ 37.86 19.57 2.64 -
YUV 78.34 97.34 246.87 -
System Red Green Blue C M Y K H S L
Decimal 245 4 24 0 0.98 0.90 0.04 355.02 0.97 0.49
Hex F5 4 18 0 62 5A 4 163 61 31
Octal 365 4 30 0 142 132 4 543 141 61
Binary 11110101 100 11000 0 1100010 1011010 100 101100011 1100001 110001

Color Harmonies of #F50418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50418

Black with #F50418

Text Example


Text Example

White with #F50418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50418; }

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

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

background-color css

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

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

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

border-color css

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

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

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