Html Css Color HEX #F60410 Torch Red

📋 copy color: '#F60410'

red 246 ◦ green 4 ◦ blue 16

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

Shades of Torch Red #F60410

Tints of Torch Red #F60410

RGB

 RED value IS 246 (96.48% from 255) = 92.48%

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

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

R = 92.48%
G = 1.5%
B = 6.02%

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

#F60410 (or 0xF60410) is known color: Torch Red. HEX triplet: F6, 04 and 10. RGB value is (246,4,16). Sum of RGB (Red+Green+Blue) = 246+4+16=266 (35% of max value = 765). Red value is 246 (96.48% from 255 or 92.48% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 246 - color contains mainly: red. Hex color #F60410 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60410 is #09FBEF. Grayscale: #4D4D4D. Windows color (decimal): -654320 or 1049846. OLE color: 1049846.

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

Color convert

RGB 246 4 16 -
CMYK 0 0.98 0.93 0.04
HSL 357.02º 0.97% 0.49% -
HSV(B) 357.02º 0.98% 0.96% -
XYZ 38.14 19.72 2.29 -
YUV 77.73 93.17 248.02 -
System Red Green Blue C M Y K H S L
Decimal 246 4 16 0 0.98 0.93 0.04 357.02 0.97 0.49
Hex F6 4 10 0 62 5D 4 165 61 31
Octal 366 4 20 0 142 135 4 545 141 61
Binary 11110110 100 10000 0 1100010 1011101 100 101100101 1100001 110001

Color Harmonies of #F60410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60410

Black with #F60410

Text Example


Text Example

White with #F60410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60410; }

 p { color: rgb(246,4,16); }

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

background-color css

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

 a { background-color: rgb(246,4,16); }

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

border-color css

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

 span { border-color: rgb(246,4,16); }

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