Html Css Color HEX #F50610 Torch Red

📋 copy color: '#F50610'

red 245 ◦ green 6 ◦ blue 16

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

Shades of Torch Red #F50610

Tints of Torch Red #F50610

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.25%

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

R = 91.76%
G = 2.25%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F50610 (or 0xF50610) is known color: Torch Red. HEX triplet: F5, 06 and 10. RGB value is (245,6,16). Sum of RGB (Red+Green+Blue) = 245+6+16=267 (35% of max value = 765). Red value is 245 (96.09% from 255 or 91.76% from 267); Green value is 6 (2.73% from 255 or 2.25% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 245 - color contains mainly: red. Hex color #F50610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F50610 is #0AF9EF. Grayscale: #4E4E4E. Windows color (decimal): -719344 or 1050357. OLE color: 1050357.

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

Color convert

RGB 245 6 16 -
CMYK 0 0.98 0.93 0.04
HSL 357.49º 0.95% 0.49% -
HSV(B) 357.49º 0.98% 0.96% -
XYZ 37.81 19.58 2.28 -
YUV 78.6 92.68 246.69 -
System Red Green Blue C M Y K H S L
Decimal 245 6 16 0 0.98 0.93 0.04 357.49 0.95 0.49
Hex F5 6 10 0 62 5D 4 165 5F 31
Octal 365 6 20 0 142 135 4 545 137 61
Binary 11110101 110 10000 0 1100010 1011101 100 101100101 1011111 110001

Color Harmonies of #F50610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F50610

Black with #F50610

Text Example


Text Example

White with #F50610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F50610; }

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

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

background-color css

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

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

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

border-color css

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

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

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