Html Css Color HEX #F50810 Torch Red

📋 copy color: '#F50810'

red 245 ◦ green 8 ◦ blue 16

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

Shades of Torch Red #F50810

Tints of Torch Red #F50810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.95%

R = 91.08%
G = 2.97%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F50810 (or 0xF50810) is known color: Torch Red. HEX triplet: F5, 08 and 10. RGB value is (245,8,16). Sum of RGB (Red+Green+Blue) = 245+8+16=269 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.08% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 245 - color contains mainly: red. Hex color #F50810 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50810 is #0AF7EF. Grayscale: #4F4F4F. Windows color (decimal): -718832 or 1050869. OLE color: 1050869.

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

Color convert

RGB 245 8 16 -
CMYK 0 0.97 0.93 0.04
HSL 357.97º 0.94% 0.5% -
HSV(B) 357.97º 0.97% 0.96% -
XYZ 37.84 19.62 2.28 -
YUV 79.78 92.02 245.85 -
System Red Green Blue C M Y K H S L
Decimal 245 8 16 0 0.97 0.93 0.04 357.97 0.94 0.5
Hex F5 8 10 0 61 5D 4 166 5E 32
Octal 365 10 20 0 141 135 4 546 136 62
Binary 11110101 1000 10000 0 1100001 1011101 100 101100110 1011110 110010

Color Harmonies of #F50810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50810

Black with #F50810

Text Example


Text Example

White with #F50810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50810; }

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

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

background-color css

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

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

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

border-color css

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

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

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