Html Css Color HEX #F50518 Torch Red

📋 copy color: '#F50518'

red 245 ◦ green 5 ◦ blue 24

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

Shades of Torch Red #F50518

Tints of Torch Red #F50518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

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

R = 89.42%
G = 1.82%
B = 8.76%

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

#F50518 (or 0xF50518) is known color: Torch Red. HEX triplet: F5, 05 and 18. RGB value is (245,5,24). Sum of RGB (Red+Green+Blue) = 245+5+24=274 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.42% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 245 - color contains mainly: red. Hex color #F50518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50518 is #0AFAE7. Grayscale: #4F4F4F. Windows color (decimal): -719592 or 1574389. OLE color: 1574389.

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

Color convert

RGB 245 5 24 -
CMYK 0 0.98 0.90 0.04
HSL 355.25º 0.96% 0.49% -
HSV(B) 355.25º 0.98% 0.96% -
XYZ 37.88 19.59 2.65 -
YUV 78.93 97.01 246.46 -
System Red Green Blue C M Y K H S L
Decimal 245 5 24 0 0.98 0.90 0.04 355.25 0.96 0.49
Hex F5 5 18 0 62 5A 4 163 60 31
Octal 365 5 30 0 142 132 4 543 140 61
Binary 11110101 101 11000 0 1100010 1011010 100 101100011 1100000 110001

Color Harmonies of #F50518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50518

Black with #F50518

Text Example


Text Example

White with #F50518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50518; }

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

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

background-color css

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

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

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

border-color css

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

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

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