Html Css Color HEX #F60518 Torch Red

📋 copy color: '#F60518'

red 246 ◦ green 5 ◦ blue 24

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

Shades of Torch Red #F60518

Tints of Torch Red #F60518

RGB

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

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

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

R = 89.45%
G = 1.82%
B = 8.73%

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

#F60518 (or 0xF60518) is known color: Torch Red. HEX triplet: F6, 05 and 18. RGB value is (246,5,24). Sum of RGB (Red+Green+Blue) = 246+5+24=275 (36% of max value = 765). Red value is 246 (96.48% from 255 or 89.45% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 24 (9.77% from 255 or 8.73% from 275); Max value from RGB is 246 - color contains mainly: red. Hex color #F60518 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F60518 is #09FAE7. Grayscale: #4F4F4F. Windows color (decimal): -654056 or 1574390. OLE color: 1574390.

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

Color convert

RGB 246 5 24 -
CMYK 0 0.98 0.90 0.04
HSL 355.27º 0.96% 0.49% -
HSV(B) 355.27º 0.98% 0.96% -
XYZ 38.23 19.77 2.66 -
YUV 79.23 96.84 246.96 -
System Red Green Blue C M Y K H S L
Decimal 246 5 24 0 0.98 0.90 0.04 355.27 0.96 0.49
Hex F6 5 18 0 62 5A 4 163 60 31
Octal 366 5 30 0 142 132 4 543 140 61
Binary 11110110 101 11000 0 1100010 1011010 100 101100011 1100000 110001

Color Harmonies of #F60518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F60518

Black with #F60518

Text Example


Text Example

White with #F60518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F60518; }

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

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

background-color css

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

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

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

border-color css

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

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

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